r16487 - meta/hooks - fix path regexp. :p

Josh Sled jsled at cvs.gnucash.org
Mon Sep 3 16:16:27 EDT 2007


Author: jsled
Date: 2007-09-03 16:16:26 -0400 (Mon, 03 Sep 2007)
New Revision: 16487
Trac: http://svn.gnucash.org/trac/changeset/16487

Modified:
   meta/hooks/commit-access-control.cfg
Log:
fix path regexp. :p


Modified: meta/hooks/commit-access-control.cfg
===================================================================
--- meta/hooks/commit-access-control.cfg	2007-09-03 19:37:42 UTC (rev 16486)
+++ meta/hooks/commit-access-control.cfg	2007-09-03 20:16:26 UTC (rev 16487)
@@ -119,6 +119,6 @@
 access = read-write
 
 [Rolf access to accounts/de_DE/]
-match = ^gnucash/accounts/de
+match = ^gnucash/trunk/accounts/de
 users = rolf
 access = read-write



More information about the gnucash-changes mailing list