SVN 分支级提交权限 [英] SVN Branch level commit permissions

查看:40
本文介绍了SVN 分支级提交权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有多个开发分支,并且希望将对特定分支的提交仅限于特定的开发人员组.

We have multiple development branches and want to restrict commits to a particular branch to only a specific group of developers.

是否可以在 SVN 中限制分支级别的访问?

Is it possible to restrict access at a branch level in SVN?

推荐答案

是的.您必须在名为 authz 的 svn 配置文件中进行配置,该文件位于存储库文件夹或目录中.您可以通过执行以下操作来指定特定权限:

Yes it is. You must configure in the svn config file called authz, located in the repository folder or directory. You can specify specific permissions by doing the following:

[/branches/branch-name]
harry = rw
sally = r

希望有帮助.

这篇关于SVN 分支级提交权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆