[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Using svnperms.py and AuthzSVNAccessFile file together?

From: Branko Čibej <brane_at_apache.org>
Date: Sat, 25 Mar 2017 10:41:04 +0100

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 =
Received on 2017-03-25 10:41:11 CET

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.