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

Subversion 1.5.4 authz does not work

From: Thomas O'Hara <tomo_at_ixelec.com>
Date: Tue, 10 Mar 2009 12:03:24 +0000

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_at_subversion.tigris.org].
Received on 2009-03-10 13:34:09 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.