[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: Res Pons <pons32_at_hotmail.com>
Date: 2007-03-13 20:51:33 CET

Andy

Thanks as always. I'm more clear on this now. So if [/proj2] exists and
not listed, as you mentioned, it inherits 'read' from the root. But if I do
list it in the file as

[/proj2]
usr2 =

then usr2 cannot see it, correct?

----Original Message Follows----
From: "Andy Levy" <andy.levy@gmail.com>
To: "Res Pons" <pons32@hotmail.com>
CC: users@subversion.tigris.org
Subject: Re: Rolling out svn access/admin file
Date: Tue, 13 Mar 2007 15:44:29 -0400

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 /

_________________________________________________________________
With tax season right around the corner, make sure to follow these few
simple tips.
http://articles.moneycentral.msn.com/Taxes/PreparationTips/PreparationTips.aspx?icid=HMFebtagline

---------------------------------------------------------------------
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:52:03 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.