7

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.

2
  • What is it that you want that hgweb/hgwebdir doesn't provide? Commented Oct 16, 2010 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. Commented Oct 17, 2010 at 1:36

2 Answers 2

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.

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

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.