如何为每个mercurial存储库设置不同的用户?

发布于 2024-12-29 06:14:39 字数 217 浏览 0 评论 0原文

我在 IIS7 上安装 Mercurial 存储库(使用 cgi)。我有两个不同的存储库,我想共享每个存储库的权利。我该怎么办?我的 hgweb.config

[paths]
/ = c:\repos\*
[web]
allow_push = user1
push_ssl = true
allow_archive = gz bz2 zip
style = paper

I install mercurial repository on IIS7 (use cgi). I have two different repos and I want to share the rights for each repository. How do I do? My hgweb.config

[paths]
/ = c:\repos\*
[web]
allow_push = user1
push_ssl = true
allow_archive = gz bz2 zip
style = paper

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

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

发布评论

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

评论(1

宫墨修音 2025-01-05 06:14:39

您可以将 [web] 部分放入每个存储库的 .hg/hgrc 文件中。通过这种方式,您可以指定存储库特定的用户、样式、描述等。

You can put the [web] section in each individual repository’s .hg/hgrc file. This way you can specify repository-specific users, style, description, etc.

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