centos svn服务器安装
1.安装必须的软件
yum install httpd httpd-devel subversion mod_dav_svn mod_auth_mysql
2.创建代码库
mkdir -p /root/svn/repositories
svnadmin create /root/svn/repositories
3.用户配置
cd /root/svn/repositories/conf
vi passwd
[users]# harry = harryssecret# sally = sallyssecrethjyang=1234564.控制权限配置
vi authz
[/]
hjyang=rw
hjyang=rw
5.服务配置
vi svnserve.conf
[general]anon-access=noneauth-access=writepassword-db=passwdauthz-db=authzrealm=/root/svn/repositories6.启动svnserve -d -r /opt/svn/repositories7.停止
killall svnserve
(注意关闭或者配置防火墙)

浙公网安备 33010602011771号