建立本地svn库

本文介绍了如何在本地创建一个SVN仓库,并详细阐述了如何配置仓库的权限,包括用户组设置、用户权限分配以及SVN服务器的启动。通过修改`authz`、`passwd`和`svnserve.conf`文件,实现对不同用户和用户组的读写权限控制。最后,文章提到了如何进行远程访问 SVN 仓库的步骤。
摘要由CSDN通过智能技术生成

1.  进入到相应的目录下后, 利用 svnadmin create repo #repo 就是版本库


2. 修改 repo/conf/authz

[groups]
g_vip = sarry
g_common = harry

# harry_and_sally = harry,sally
# harry_sally_and_joe = harry,sally,&joe

# [/foo/bar]
# harry = rw
# &joe = r
# * =

# [itory:/baz/fuz]
# @harry_and_sally = rw
# * = r
[/]
@g_vip = rw
sarry = rw
* =

[/d2]
@g_common = rw
harry = rw
* =


             repo/conf/passwd

             [users]
             harry=harryharry
             sarry=sarrysarry

             repo/conf/svnserve.conf

anon-access = none
auth-access = write

password-db = passwd

realm = /home/temp/repo

4.  启动svn服务器 svnserve -d --log-file ./svn.log -r `pwd`

           

5. 远程访问

    svn checkout svn://ip/xxx xxxx --username xxx

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值