[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: Marc Sherman <msherman_at_projectile.ca>
Date: 2005-08-16 22:33:41 CEST

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)

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