linux搭建svn
安装:yum install subversion
svnserve -d -r /www/svn/repositories --listen-port 8080
killall svnserve
ps -ef|grep svn|grep -v grep
svn://192.168.0.xx:8080
https://www.cnblogs.com/guoxiangyue/p/9254259.html
https://blog.csdn.net/Jiaozi_jyj/article/details/84592574