I've set up Mercurial via Apache (hgwebdir.cgi).
I would like to have the same functionality as when using Subversion and AuthzSVNAccessFile, in which I can restrict which user has read or write permissions for every single repository. The acl extension only controls how changes are brought to the repository, as does the allow_push directive. Any thoughts?
|
| ||||
|
feedback
|
|
There is an | ||||
feedback
|
|
They're served up via apache or lighttpd, right? So you could maybe hide them behind normal webby ACL things? (basic auth, etc) Note that, as with git, as a consequence of they way they work, you're never going to be able to have control at any finer granularity than the repository level. You can grant whole-repo access or not, but never just 'you can read this one file in the repo' access. | ||||
|
feedback
|