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

Possible to create a more restricted area when default is rw with mod_authz_svn

From: Hood, Earl <earl.hood_at_hp.com>
Date: 2007-10-19 23:57:18 CEST

Let's say I have the following:

[/]
* = rw

Now, I want to have a directory within the repo that allows rw
access to a specific group. I tried something like:

[/restricted]
@priv-group = rw
* =

But I get access denied errors. Thinking the order mattered,
I tried:

[/restricted]
* =
@priv-group = rw

Same error. The * setting appears to supercede the @priv-group
setting, regardless of order.

Basically, I want priv-group rw access but disable rw access
for everyone else. If I do:

[/restricted]
@priv-group = rw

provides nothing since rw is set for everyone at /.

--ewh

-- 
Earl Hood
Software Engineer
ATCL Doctools 
earl.hood@hp.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 20 00:03:23 2007

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.