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.

link|improve this question
What is it that you want that hgweb/hgwebdir doesn't provide? – tonfa Oct 16 '10 at 18:38
1  
It'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 1:36
feedback

3 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.

link|improve this answer
feedback

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.)

link|improve this answer
feedback

http://bitbucket.org/archer256/hgserve

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.