1、验证是否安装了SVN
命令: rpm -qa subversion
2、安装SVN的命令
yum -y install subversion
3、连接原来目录:
vim /etc/sysconfig/svnserve
修改为:
OPTIONS="-r /opt/svn/repo"
4、启动:
svnserve -d -r /opt/svn/repo/
svnserve -d -r /opt/svn/repo/ --listen-port 36909
杀死SVN进程方法: killall svnserve(停止)
若原来没安装:
参考SVN服务器搭建
svn: Authentication failed
直接放开注释,并不是添加