hgserve

Is there anything like svnserve for Mercurial?

对着背影说爱祢 提交于 2020-01-17 04:19:06
问题 I'm attracted to Mercurial as a DVCS platform, but would like an easy to use server similar to svnserve. There is HgServe, but that appears to be read-only. If I want to be able to host the server on another machine, it appears I need to set up apache, etc. Is that really the case? Is there an easier method for a local network where security isn't an issue? 回答1: The problem here is that it's so easy, the mercurial documentation fails to appropriately cover it. If you clone with ssh: hg clone