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

Re: per directory access control issue on multiple repository with Apache

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-05-24 17:29:17 CEST

On 5/24/07, Denis SAGET <geodni@free.fr> wrote:
> global_authz:
> =============
>
> [groups]
> admin = myusername
> myrepocontrib = user1, user2, user3
> myrepoV1contrib = user1, user2
> otherrepo = user1, user4, user5
>
> [/]
> @admin = rw
> * =
>
> [myrepo:/]
> @admin = rw
> @myrepocontrib = rw
> * = r
>
> [rmyrepo:/myrepo-core/taglib]
> @admin = rw
> @myrepocontrib = rw
> user4 = rw
> * = r
>
> [myrepo:/myrepo-coreV1]
> @admin = rw
> @myrepoV1contrib = rw
> #* =
>
> [otherrepo:/]
> @admin = rw
> @otherrepo = rw
> * =

Reverse the order of these - put the * = lines FIRST, then the other
settings after. IIRC, you're saying "give these groups RW access -
then remove access for everyone."

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 24 17:29:41 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.