New to Path-based authorization ...
From: Parrish, Ken <KParrish_at_gomez.com>
Date: Mon, 23 Nov 2009 15:22:12 -0500
We are no longer able to avoid the need for path-based authorization to our repository.
Basic problem: Enable r/w access to the entire repository, but restrict write access to a few selected sub-directories deep in the directory hierarchy.
A simplified example--given the following directory:
/svn
I'd like to grant r/w access to the entire directory tree, except selected groups. In my .conf file, I tried the following:
[groups]
[/svn]
[/svn/projectC]
Doesn't work as expected. @users are able to commit to /svn/projectC.
How do I create a Subversion configuration file that allows r/w access by default, but restricts access 'selectively' for specified sub-directories. In our 'real' repository, there are 100's / 1000's of directories. I would like to avoid having to 'explicitly' indicate which directories are 'accessible', but instead, 'explicitly' indicate which directories are 'not accessible' to selected users.
Thanks,
Ken Parrish
------------------------------------------------------
Please start new threads on the <users_at_subversion.apache.org> mailing list.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.