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 575 times
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
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
- 12,027