每个存储库都有自己的 hgserve 实例吗?
我正在遵循 Mercurial 指南和 quickstart ,但没有看到专门指出这一点,所以我感谢有关设置存储库的一些指导。
假设我有 ac:\repo 目录 (Windows) 和两个项目目录。
是否应该从不同端口上的每个目录运行 hgserve
?
在快速入门中,我看到http://selenic.com/repo/hello
。这是如何运作的?
任何指向正确方向的指示都会很棒,谢谢。
I am following Mercurial guide and quickstart and don't see this called out specifically so I'd appreciate a little guidance on setting up the repos.
Let's say I have a c:\repo directory (Windows) with two project directories.
Should hg serve
be run from each dir on different ports?
In the quickstart I see http://selenic.com/repo/hello
. How does that work?
Any pointers in the right direction would be great, thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,在这种情况下,您应该在不同的端口上运行 2 个服务实例。
查看 https://www.mercurial-scm.org/wiki/PublishingRepositories 以获取共享存储库的更高级方法。
Yes, in this case you should run 2 instances of serve on different ports.
Look at https://www.mercurial-scm.org/wiki/PublishingRepositories to get more advanced way to share your repositories.