[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 22:44:03 CEST

> 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.

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 22:48:10 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.