On Thu, 29 Dec 2011 18:29:36 +0000, David Soria Parra wrote: > 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/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"); > + }
That doesn't look quite right (systems vs archived). Regards, Mike -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php