gwynne Mon Nov 10 02:56:02 2008 UTC
Modified files:
/SVNROOT run-conversion.php
Log:
Enable the commit
http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.39&r2=1.40&diff_format=u
Index: SVNROOT/run-conversion.php
diff -u SVNROOT/run-conversion.php:1.39 SVNROOT/run-conversion.php:1.40
--- SVNROOT/run-conversion.php:1.39 Mon Nov 10 02:53:44 2008
+++ SVNROOT/run-conversion.php Mon Nov 10 02:56:02 2008
@@ -7,7 +7,7 @@
//
-----------------------------------------------------------------------------------------------------------------------------
// Constants
-$version = substr('$Revision: 1.39 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.40 $', strlen('$Revision: '), -2);
$passes = array(
'processcvs', // Process CVS modules
@@ -583,8 +583,8 @@
foreach ($props as $path => $value) {
run_command('exec svn propset svn:externals ' . escapeshellarg($value)
. ' ' . escapeshellarg($path));
}
- //run_command('exec svn commit -m "[SVN CONVERSION] Reorganization in
repository php-src."');
-
+ run_command('exec svn commit -m "[SVN CONVERSION] Reorganization in
repository php-src."');
+
chdir($oldcwd);
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php