如何将SVN存储库用户帐户限制为一个目录?
我有一个 SVN 存储库,其中有一个用户的 passwd:
[users]
Mark = 8d9"'8V2;
现在我想限制该用户的权限(权限)仅提交和更新此目录:
/CurrentProject/Printer
/CurrentProject/Scanner
/CurrentProject/Documentation
如何完成此操作?
I have a SVN repository with a user in passwd:
[users]
Mark = 8d9"'8V2;
Now i would like to restrict this user privilages (permissions) only to commit and update this directories:
/CurrentProject/Printer
/CurrentProject/Scanner
/CurrentProject/Documentation
How to acomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 SVN 书中的基于路径的授权 。
在 svnserve.conf 中,指定 authz-db 文件。并在该文件中说出如下内容。
Check out Path-Based Authorization in the SVN Book.
In svnserve.conf, specify a authz-db file. And in that file say something like the following.