svn: SVNROOT/ pre-commit
[email protected] (Gwynne Raskind) Fri, 17 Jul 09 11:40:08 +0000
| Newsgroups | php.cvs,svn.migration |
|---|---|
| Message-ID | <[email protected]> |
--81f000e1ef91038821a89c71e6b779836d6d788a
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
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);
--81f000e1ef91038821a89c71e6b779836d6d788a--