gwynne          Sat Nov  8 22:31:55 2008 UTC

  Modified files:              
    /SVNROOT    run-conversion.php 
  Log:
  use cvs init correctly
  
http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.23&r2=1.24&diff_format=u
Index: SVNROOT/run-conversion.php
diff -u SVNROOT/run-conversion.php:1.23 SVNROOT/run-conversion.php:1.24
--- SVNROOT/run-conversion.php:1.23     Sat Nov  8 22:30:35 2008
+++ SVNROOT/run-conversion.php  Sat Nov  8 22:31:55 2008
@@ -6,7 +6,7 @@
 
 // 
-----------------------------------------------------------------------------------------------------------------------------
 // Constants
-$version = substr('$Revision: 1.23 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.24 $', strlen('$Revision: '), -2);
 
 $passes = array(
     'processcvs',       // Process CVS modules
@@ -206,7 +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']));
+                run_command('exec cvs -d' . 
escapeshellarg($GLOBALS['temp_path']) . ' init');
                 $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

Reply via email to