Mercurial repositories hosting with different user access levels

Posted by kender on Server Fault See other posts from Server Fault or by kender
Published on 2010-04-06T08:43:27Z Indexed on 2010/04/06 8:53 UTC
Read the original article Hit count: 141

Filed under:
|

I want to set a few Mercurial 'central' repositories on one machine.

There are few things I need to have working though:

  • Each repository should have its own ACL, with different users allowed to push/pull
  • It shouldn't be ssh-based (it shouldn't require users to have shell accounts on that machine)
  • So, I guess that leaves me with some https with basic authentication, right?

Are there any working solutions that provide this kind of functions?

© Server Fault or respective owner

Related posts about mercurial

Related posts about hosting