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

Re: svn perms problem

From: Manfred Gruber <gruber.m_at_utanet.at>
Date: 2005-03-14 08:54:25 CET

Hi !

Am Montag, 14. März 2005 04:57 schrieb VK Sameer:
> On Fri, 2005-03-11 at 23:40, Manfred Gruber wrote:
> > I have a small problem with svnperms.conf. This is my config:
> >
> > [groups]
> > group1 = manfred stefan
> >
> > [some]
> > trunk/.* = @group1(add,remove,update)
> > tags/[^/]+/ = @group1(add,remove)
>
> This regex refers to tags/<any directory>. I think this default is set
> so that all tags will be at the same level. If you really want to change
> that policy, pick up the regex below.
>
> > branches/[^/]+/.* = @group1(add,remove,update)
>
> This one refers to:
> branches/<any directory>/<any arbitrary length path>
>
> > The Problem is that, under branches i can make directories and can add
> > ther branches.
> > like: branches--- > directory --> different branches

Thanks, now I understand what /[^/] means.:-) I will try .

Regards manfred

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 14 18:58:17 2005

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.