是否可以从 svn 命令行设置路径权限?

发布于 2024-11-27 10:35:27 字数 90 浏览 2 评论 0原文

最近,一位用户问我是否可以保护分支免受脚本侵害。虽然我知道如何从服务器端设置基于路径的权限,但我对这个答案的搜索却无法实现。是否可以从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

二货你真萌 2024-12-04 10:35:27

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文