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.
Asked
Active
Viewed 558 times
7
-
What is it that you want that hgweb/hgwebdir doesn't provide? – tonfa Oct 16 '10 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 Oct 17 '10 at 01:36
2 Answers
4
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.
Martin Geisler
- 1,271
- 9
- 23
1
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.)
gWaldo
- 11,887
- 8
- 41
- 68