I've used ( and still use ) mercurial and git. I have some repos hosted in a server with gitosis which is great and easy to setup. I am looking for a similar tool for hosting mercurial repos.

It must provide minimal acl and ssh access and allow for remote config ( in the style of gitosis's "clone the admin repo and push changes" ).

Extra points for automating hgweb config via said tool.

link|improve this question
feedback

1 Answer

up vote 5 down vote accepted

This article describes how to set up the gitosis-like mercurial-server for Mercurial.

link|improve this answer
Excellent, thanks. – fedesilva Mar 29 '10 at 6:03
feedback

Your Answer

 
or
required, but never shown

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