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

Problem with authorization rule file structure

From: David Tyler <dtyler_at_justicesystems.com>
Date: Thu, 5 Feb 2009 09:49:07 -0700

I am currently trying to set up path based access control for our repository. I want general user access for all of the repository except for a folder called dev1. I am using the rules below, but unfortunately the /dev1 folder is not being access restricted. I am fairly certain that the access control is correctly set for apache as a blank file results in no access for any users. From what I have read online and in the manual, this should work as desired, but as mentioned earlier, /dev1 access is not being restricted.

Am I doing something wrong here?

Authorization file contents:

[groups]
dev1-developers=developer1, developer2, developer3

[/]
* = rw

[/dev1]
@dev1-developers = rw

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-05 17:52:26 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.