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

Re: Rolling out svn access/admin file

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-03-13 20:44:29 CET

On 3/13/07, Res Pons <pons32@hotmail.com> wrote:
> Hi everyone
>
> I'm about to roll out my svn admin file that I put together. The file
> basically looks like as follows:
>
> [groups]
>
> admin = usr1, usr2, usr3
>
> Eng = usr2, usr3
>
> [/]
> * = r
> @admin = usr1
>
> [/proj1]
> @Eng = rw
>
> [/proj1/branches]
> usr2 = rw
>
> [/proj1/tags]
> @Eng = r
>
>
> Based on the snippet above, if usr1 & 3 are not listed under
> [/proj1/branches] does that mean no access whatsoever or 'read' based on
> inheritance from [/]?

The latter. /proj1/branches inherits "everyone read" from /, and then
usr2 gets rw.

> What if proj2 exists but not listed in this file,
> does that mean everyone's blind to it?

No, it inherits from /

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 13 20:44:52 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.