[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: VK Sameer <sameer_at_collab.net>
Date: 2005-03-14 04:57:29 CET

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

and lets you create an intervening directory.

Sameer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 14 04:59:56 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.