ang*_*son 7 deployment hosting mercurial dvcs
是否有任何软件包可用于在我自己的服务器上托管Mercurial存储库,除了它附带的非常基本的脚本?
我查看了Mercurial 上的PublishingRepositories维基页面,该列表中唯一可行的替代方案是hgwebdir
我设置的脚本,但它相当基本.
有没有人为Mercurial托管制作更好的网站软件?
正如您提供的链接中提到的,发布 Mercurial 存储库的方法有多种,但 hgwebdir 是唯一支持多个存储库的方法。
with hgwebdir.fcgi, you can use fastcgi and apache or nginx.
Run Code Online (Sandbox Code Playgroud)
这对于使用 Web 服务器发布多个存储库非常有用。