On 24.03.2017 21:28, Bennett, Brian wrote:
> My goals are:
>
> *         Have all read-write access controlled solely by svnperms.py
>
> *         Restrict users that can read the repository
>
> I know that using "* = rw" in the AuthzSVNAccessFile file would allow all 
> read-write requests to be managed by svnperms.py, but it also allows all 
> users to have read access as well. So it is appearing like the only way to 
> make this work is to do something like the following in the 
> AuthzSVNAccessFile file:

http://svnbook.red-bean.com/en/1.7/svn.serverconfig.pathbasedauthz.html

[repo:/]
$authenticated = rw
$anonymous =

Reply via email to