在媒体寺庙网格上设置 Mercurial 服务器
我已在媒体寺庙网格服务器上成功安装了 Mercurial。但我找不到有关在网格上设置 Mercurial 服务器的任何信息,因此我可以在网格服务器上推送/拉取多个存储库。
如何在媒体寺庙网格服务器上设置具有多个存储库的 Mercurial 服务器?
谢谢。
I have successfully installed mercurial on media temple grid server. But I can not find any information about setting up a mercurial server on grid so I can push/pull multiple repositories on my grid server.
How can I setup a mercurial server with multiple repositories on media temple grid server?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用wiki 中的说明在所有主机上设置 Mercurial。
hgweb.cgi
脚本允许您推送和拉取到多个存储库。您可以在 https://www.mercurial-scm.org/repo/hg 查看其实际情况。You can setup Mercurial on all hosts using the instructions in the wiki. The
hgweb.cgi
script allows you to push and pull to multiple repositories. You can see it in action at https://www.mercurial-scm.org/repo/hg.