gwynne Sat Nov 8 22:30:35 2008 UTC
Modified files:
/SVNROOT run-conversion.php
Log:
fake CVS repo for the php-src temp dir
http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.22&r2=1.23&diff_format=u
Index: SVNROOT/run-conversion.php
diff -u SVNROOT/run-conversion.php:1.22 SVNROOT/run-conversion.php:1.23
--- SVNROOT/run-conversion.php:1.22 Sat Nov 8 22:25:48 2008
+++ SVNROOT/run-conversion.php Sat Nov 8 22:30:35 2008
@@ -6,7 +6,7 @@
//
-----------------------------------------------------------------------------------------------------------------------------
// Constants
-$version = substr('$Revision: 1.22 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.23 $', strlen('$Revision: '), -2);
$passes = array(
'processcvs', // Process CVS modules
@@ -206,6 +206,7 @@
escapeshellarg($GLOBALS['temp_path'] . DIRECTORY_SEPARATOR . 'php-src/') .
' >> ' .
escapeshellarg($GLOBALS['temp_path'] . DIRECTORY_SEPARATOR . 'cp-output');
run_command($command);
+ run_command('exec cvs init ' .
escapeshellarg($GLOBALS['temp_path']));
$cvspath = $GLOBALS['temp_path'] . DIRECTORY_SEPARATOR .
'php-src';
}
$this->optionsFileContents .= <<<EOEXTRA
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php