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

mod_authz_svn Negative Permissions

From: Karl M. Davis <karl_at_davisonlinehome.name>
Date: Wed, 17 Dec 2008 11:38:55 -0700 (MST)

Hello all,

I would really love to be able to do something like this:
<<
[/]
@partner =
* = rw

[somerepo:/foo/bar]
@partner = rw

[groups]
partner = bob, fred
>>

Instead, I have to do the following, which will require a lot more maintenance:
<<
[/]
* =
@internal = rw

[somerepo:/foo/bar]
@partner = rw

[groups]
partner = bob, fred
internal = tom, dick, harry, frank, billy, yadda, etc
>>

Keeping the "internal" group up to date won't be much fun. Is there any way to make the first config example work? It would be ideal if there were an option that set things such that the first matching user entry in each section was the one enforced.

This page does a good job of documenting the current behavior: http://www.developingprogrammers.com/index.php/2008/08/13/subversion-acl-permissions-explained/

Thanks in advance,
Karl

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-18 14:18:57 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.