Per directory read/write permissions in Mercurial

Posted by pako on Stack Overflow See other posts from Stack Overflow or by pako
Published on 2010-04-05T13:06:31Z Indexed on 2010/04/05 13:13 UTC
Read the original article Hit count: 334

Filed under:
|
|
|
|

I would like to convert my Subversion repository to Mercurial. I have a pretty big web project divided into many different folders. In Subversion I was able to set per directory permissions for a repository. For example, I could say that a new developer could only read and write a subset of all the project's directories. Is it possible to have a similar setup in a single Mercurial repository?

© Stack Overflow or respective owner

Related posts about mercurial

Related posts about permissions