[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: Jet Wilda <jet.wilda_at_kobie.com>
Date: 2005-08-16 20:45:47 CEST

> Joshua Varner wrote:
>
>
> 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)
>

Yeah I already tried that and it doesn't seem to work :-( though I'm
not sure why???

I also tried:

[^/]tags/[^/]+/ = *(add,remove)

And that doesn't seem to work either :-(

Jet

---------------------------------------------------------------------
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:48:18 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.