linux 安装svn服务器

http://ybhanxiao.iteye.com/blog/1280999


第一步下载

yum install svn


第二步配置

svnserve.conf

anon-access = none

auth-access = write

password-db = passwd

authz-db = authz


authz

[/]
zhoufeng = rw


passwd

zhoufeng = 123456


然后客户端

svn://192.168.255.128:3690/svntest   检出

你可能感兴趣的:(linux,SVN,服务器)