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

 

相关文章:

  • 2021-12-25
  • 2021-08-29
  • 2021-08-25
  • 2021-08-15
  • 2021-05-28
  • 2022-12-23
  • 2021-10-31
猜你喜欢
  • 2021-06-07
  • 2022-12-23
  • 2021-05-27
  • 2021-06-22
  • 2021-09-05
  • 2021-08-14
  • 2022-12-23
相关资源
相似解决方案