Centos 安装SVN
1、环境检查1.检查是否安装了低版本的SVN[root@localhost /]# rpm -qa subversion2.卸载旧版本SVN[root@localhost modules]# yum remove subversion
2、安装svn[root@localhost modules]# yum install httpd httpd-devel subversion mod_dav_svn mod_auth_mysql确认已安装了svn模块[root@localhost /]# cd /etc/httpd/modules[root@localhost modules]# ls | grep svnmod_authz_svn.somod_dav_svn.so
3、验证安装检验已经安装的SVN版本信息[root@localhost modules]# svnserve --version

9、启动SVNsvnserve -d -r /opt/svn/repositories查看SVN进程职邗珩垃[root@localhost conf]# ps -ef|grep svn|grep 幻腾寂埒-v greproot 12538 1 0 14:40 ? 00:00:00 svnserve -d -r /opt/svn/repositories检测SVN 端口[root@localhost conf]# netstat -ln |grep 3690tcp 0 0 0.0.0.0:3690 0.0.0.0:* LISTEN停止重启SVN[root@localhost password]# killall svnserve //停止[root@localhost password]# svnserve -d -r /opt/svn/repositories // 启动