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

RE: RE: Svnperms problem

From: Jet Wilda <jet.wilda_at_kobie.com>
Date: 2005-08-17 17:43:05 CEST

> Jet Wilda wrote:
>
>
> > Marc Sherman wrote:
> >
> > Joshua Varner wrote:
> > >
> > > Try
> > > [^/]+/tags/[^/]+/ = *(add,remove)
> >
> > That'll fail because svnperms treats any line beginning in [ as a
> > section header. Instead, use:
> >
> > ([^/]+)/tags/[^/]+/ = *(add,remove)
> >
>
> Actually I was wrong and had other issues with my pre-commit
> hook script. Both the above suggestions seem to work.
>

I spoke to quickly.

[^/]+/tags/[^/]+/ = *(add,remove) #makes it so nothing works can't
update,add, or remove

([^/]+)/tags/[^/]+/ = *(add,remove) # works as it should can remove
and add but not update

Thanks again everyone.

Jet

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 17 17:48:51 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.