用于克隆的 Hg ACL

发布于 2024-12-29 04:47:15 字数 55 浏览 2 评论 0原文

是否可以使用 Mercurial ACL 扩展来防止特定用户克隆存储库?如果是这样,你会怎么做?

Is it possible to use the mercurial ACL extension to prevent specific users from cloning a repository? If so, how do you do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

夜灵血窟げ 2025-01-05 04:47:15

您不需要 ACL 扩展来阻止特定用户进行克隆。 hgrc 文件的 [web] 部分中的 allow_readdeny_read 设置授予/删除克隆权限。克隆实际上只是 hg init ; hg 将 拉到幕后。

http://www.selenic.com/mercurial/hgrc.5.html#web

You don't need the ACL extension to prevent specific users from cloning. The allow_read and deny_read settings in the [web] section of a hgrc file grant/remove clone rights. Cloning is really just hg init ; hg pull under the covers.

http://www.selenic.com/mercurial/hgrc.5.html#web

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