> 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