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

Re: commit-access-control.cfg file

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-05-16 00:06:15 CEST

May I suggest taking a look at the svnperms.py and svnperms.conf files? They seem to work very well for precisely this sort of thing.
  ----- Original Message -----
  From: Brent Webster
  To: users@subversion.tigris.org
  Sent: Monday, May 15, 2006 4:14 PM
  Subject: Q: commit-access-control.cfg file

  Using commit-access-control.pl with commit-access-control.cfg, I want to filter read-write access on a particular file extension. (i.e. *.spec). I want my packaging prime to be the only person to update the rpm spec files. Of course, these file are located at various directory levels.

  Tried
    [*.dd file only update]
    match = *.dd
    users = brentwebster
    access = read-write
  but it generated the error:
  svn: 'pre-commit' hook failed with error output:
  /server/svn/repos/tools/hook-scripts/commit-access-control.pl: config file `/server/svn/repos/playzone/hooks/commit-access-control.cfg' section `*.dd file only update' `match' regex `*.dd' does not compile:
  Quantifier follows nothing in regex; marked by <-- HERE in m/* <-- HERE .dd/ at /server/svn/repos/tools/hook-scripts/commit-access-control.pl line 160.

  I tried various other regex but they failed so what am I missing? escape characters, good documentation, what?

  Your help would be appreciated.

  Thanks, Brent
Received on Tue May 16 00:07:28 2006

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.