是否有与 gitosis 等效的 Mercurial?
我已经使用过(并且仍在使用)mercurial 和 git。我有一些存储库托管在带有 gitosis 的服务器中,它很棒并且易于设置。我正在寻找一个类似的工具来托管 Mercurial 存储库。
它必须提供最小的 acl 和 ssh 访问权限,并允许远程配置(采用 gitosis 的“克隆管理存储库并推送更改”的风格)。
通过所述工具自动化 hgweb 配置的额外要点。
I've used ( and still use ) mercurial and git. I have some repos hosted in a server with gitosis which is great and easy to setup. I am looking for a similar tool for hosting mercurial repos.
It must provide minimal acl and ssh access and allow for remote config ( in the style of gitosis's "clone the admin repo and push changes" ).
Extra points for automating hgweb config via said tool.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这篇文章描述了如何设置类似gitosis的< Mercurial 的 href="http://www.lshift.net/mercurial-server.html" rel="noreferrer">mercurial-server。
This article describes how to set up the gitosis-like mercurial-server for Mercurial.