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

Making an exception with authz groups

From: José de Paula Eufrásio Júnior <jose.junior_at_mds.gov.br>
Date: 2007-11-12 16:56:54 CET

Hello list.

I have a SVN repository with 30 or so projects and I'm using
SVNParentPath and authz to manage group access (apache 2.2, http access
control). Basically I have one group per project for write and anonymous
checkout access. So I have

[/]
* = r

[proj1:/]
@svn_proj1 = rw

and many many more of those 'projs'. The thing is, one of the 'projs'
demanded that their repo must be readable only for those in the groups,
not by anyone else. I tried:

[secretproj:/]
* =
@svn_secretproj = rw

But this removes the authentication request and I get an automatic 403
error.

How do I do to make only this project non-readable to all but the group
and keep the other projects 'normal'.

TIA

[]s
core

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 12 16:58:17 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.