https://www.cnblogs.com/luckythan/p/4478706.html
http://blog.csdn.net/aizhiqiang2/article/details/53104002
1、检出checkout
svn checkout http://路径(目录或文件的全路径) [本地目录全路径] --username 用户名 svn checkout svn://路径(目录或文件的全路径) [本地目录全路径] --username 用户名
svn co svn://localhost/测试工具 /home/testtools --username wzhnsc svn co http://localhost/test/testapp --username wzhnsc
2、提交修改
svn commit -m "123" src test
svn commit -m "123" *