SVN常用知识
警告
本文最后更新于 2020-05-30 17:09,文中内容可能已过时。
启动服务:
-d:后台启动
-r:递归目录
/opt/svn-repo:项目总目录
svnserve -d -r /opt/svn-repo/
创建项目:
svnadmin create /opt/svn-repo/项目名称
拉取代码:
svn checkout svn://ip/项目名称
设置项目登录权限
“write"为可读可写,“read"为只读,“none"表示无访问权限。
1.在svn服务器的项目目录中,修改配置文件,开启登录验证
vim /opt/svn-repo/项目名称/conf/svnserve.conf
[general] anon-access = none auth-access = write password-db = passwd authz-db = authz
2.添加用户
vim /opt/svn-repo/项目名称/conf/passwd
[users] # harry = harryssecret # sally = sallyssecret user1 = 123
3.设置用户权限
[项目名称:路径]
用户名 = 权限
[项目名称:/] user1 = rw
请我喝杯水
微信号
微信打赏