是否可以从 svn 命令行设置路径权限?
最近,一位用户问我是否可以保护分支免受脚本侵害。虽然我知道如何从服务器端设置基于路径的权限,但我对这个答案的搜索却无法实现。是否可以从 svn 命令行修改分支的权限?
A user recently asked me if it is possible to protect a branch from a script. While I know how to set path based permissions from the server side my searches for this answer have eluded me. Is it possible to modify the permissions on a branch from the svn command-line?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Subversion 不包含权限作为存储库的一部分,但您可以运行提交 hook 脚本,根据您想要的任何标准拒绝对存储库区域的提交。
Subversion doesn't include permissions as part of the repository, but you can run a commit hook script to reject commits to areas of the repository based on whatever criteria you want.