Is there a Mercurial equivalent to VisualSVN Server? I want to setup an http web server for a mercurial repository that has nested repositories. Using the docs it's very difficult to get what I want.
- What is it that you want that hgweb/hgwebdir doesn't provide?tonfa– tonfa2010-10-16 18:38:34 +00:00Commented Oct 16, 2010 at 18:38
- 1It's insanely hard to setup. And I don't have time to fiddle around with Python/CGI. I tried for a few hours and nothing worked.Jeremy Edwards– Jeremy Edwards2010-10-17 01:36:30 +00:00Commented Oct 17, 2010 at 1:36
Add a comment |
2 Answers
I suggest using RhodeCode which gives you a very nice Mercurial server. Setting it up was not difficult using the nice documentation that comes with it.
Have you looked at the HGInit Tutorial? The Setting Up For a Team section specifically covers this. (There's a web server built into hg.)