dsp                                      Thu, 29 Dec 2011 18:29:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=321521

Log:
Temporarily deactivate commits to systems during migration

Changed paths:
    U   SVNROOT/global_avail
    U   SVNROOT/pre-commit

Modified: SVNROOT/global_avail
===================================================================
--- SVNROOT/global_avail        2011-12-29 18:19:42 UTC (rev 321520)
+++ SVNROOT/global_avail        2011-12-29 18:29:36 UTC (rev 321521)
@@ -8,6 +8,9 @@
 # TEST
 avail|dsp|karma.git

+# Temporary commit rights to systems.git while systems svn is still in use
+avail|bjori,dsp|systems.git
+
 # Some people also have access to the configuration files in the SVNROOT.

 
avail|sterling,goba,imajes,wez,iliaa,derick,jon,alan_k,jmcastagnetto,mj,pajoye,helly,philip,stas,johannes,gwynne,lsmith,bjori,dsp|SVNROOT

Modified: SVNROOT/pre-commit
===================================================================
--- SVNROOT/pre-commit  2011-12-29 18:19:42 UTC (rev 321520)
+++ SVNROOT/pre-commit  2011-12-29 18:29:36 UTC (rev 321521)
@@ -35,6 +35,9 @@
         fail("Commits to archived modules are not allowed.\n");
     }

+    if (strncmp($changed_path, "systems/", strlen("archived/")) === 0) {
+        fail("Systems now uses git. http://git.php.net\n";);
+    }
 /* Tags checks disabled. Too many special cases, not enough people making this
     mistake to make the extra work worth it.


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to