SVN - Subversion
Subversion
yum install -y subversion
或者
subversion Edge
下载:
# wget https://downloads-guests.open.collab.net/files/documents/61/17071/CollabNetSubversionEdge-5.2.0_linux-x86_64.tar.gz # tar -xf CollabNetSubversionEdge-5.2.0_linux-x86_64.tar.gz
启动 # csvn/bin/csvn start
测试访问:
UI: ip:port 127.0.0.1:3343 http://localhost:3343/csvn
Csvn 配置文件:
/csvn/data/conf/csvn.conf
/csvn/data/conf/csvn_main_httpd.conf
重启:
[root@zg4 ~]# /etc/init.d/csvn restart Stopping CSVN Console... Waiting for CSVN Console to exit... Stopped CSVN Console. Starting CSVN Console... ... CSVN Console started Waiting for application to initialize (this may take a minute)................... CSVN Console is ready at http://localhost:3343/csvn
SVN 权限配置:
按照组 访问规则 [groups] deploy = user1,2,3,4 test = guest,guest2,guest3,guest4 [/] admin = rw [/test] @deploy = rw testing = r [dclogs] testing = rw