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

RE: 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-22 16:48:27 CEST

> The second one should work AFAIK. What is the group defined as? Did
> you put it under a [groups] heading at the top of the file?

Yes. Here is more specifically what I have (names changed to
protect the guilty :):

[groups]
priv-group = user1 user2 user3

[sandbox:/]
* = rw

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

But I get a 403 error when trying to access the restricted area
with a user in the priv group. For example, when I try an update
on a file under /restricted, I get something like the following:

svn: PROPFIND request failed on '/sandbox/restricted'
svn: PROPFIND of '/sandbox/restricted': 403 Forbidden (http://...)

In case it matters, I'm using Apache 2.2 with subversion 1.4.5.

Is there any debugging mode that I can enable to see how
the apache module is computing access rights?

Thanks,

--ewh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 22 17:05:39 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.