gwynne          Fri, 17 Jul 2009 11:40:08 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284252

Changed paths:
        U   SVNROOT/pre-commit

Log:
disable the keywords check. sigh.

Modified: SVNROOT/pre-commit
===================================================================
--- SVNROOT/pre-commit  2009-07-17 11:35:10 UTC (rev 284251)
+++ SVNROOT/pre-commit  2009-07-17 11:40:08 UTC (rev 284252)
@@ -185,7 +185,9 @@
 }

 // 
-----------------------------------------------------------------------------------------------------------------------------
+// CHECK DISABLED BY POPULAR SCREAMING
 // Changing text files requires svn:keywords set
+/*
 $paths_added = array_filter($paths_changed, create_function('$v', 'return 
($v[0] === "A");'));
 foreach ($paths_added as $path_added) {
     preg_match('/^([^[:space:]]+)[[:space:]]+(.*)$/uX', $path_added, $matches);
@@ -218,6 +220,7 @@
         print "DEBUG: File is binary. Moving on.\n";
     }
 }
+*/

 exit(0);


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

Reply via email to