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

Re: Svnperms problem

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-08-16 20:38:25 CEST

On 8/16/05, Jet Wilda <jet.wilda@kobie.com> wrote:
> > Joshua Varner wrote:
> > [Projects]
> > (project1|project2)/trunk/.* = *(add,remove,update)
> > (project1|project2)/tags/[^/]+/ = *(add,remove)
> > (project1|project2)/branches/[^/]+/.* = *(add,remove,update)
> >
>
>
> Ok though I would like to set it up so that all future projects have
> these permisions set. So what I need is the regular expression so any
> path /anything/tags will have that permission. I'm no expert on
> regular expressions. Does anyone have that sytax handy?
>
Try
[^/]+/tags/[^/]+/ = *(add,remove)

Josh

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