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