You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Thomas O'Hara <to...@ixelec.com> on 2009/03/10 12:03:24 UTC

Subversion 1.5.4 authz does not work

Hi,

according to the book it should be possible to use svnserve to restrict 
access by path with authz. I have the following svnserve.conf:

[general]
realm = The Repository
password_db = passwd
anon-access = none
auth-access = write
authz-db = authz

and the following authz:

[Repository:/]
* = r

[Repository:/Dir1]
user1 = rw
user2 = r
user3 = r

[Repository:/Dir2]
user1 = rw
user2 =
user3 =

With the first directive in authz no-one can write to the repository.
If I remove the first directive in authz no-one can see the repository.

According to the book this structure should work but it doesn't.

Tomo

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1302742

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].