gwynne Sat Nov 8 06:01:21 2008 UTC Modified files: /SVNROOT run-conversion.php Log: Fix some stupid typos http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.16&r2=1.17&diff_format=u Index: SVNROOT/run-conversion.php diff -u SVNROOT/run-conversion.php:1.16 SVNROOT/run-conversion.php:1.17 --- SVNROOT/run-conversion.php:1.16 Sat Nov 8 04:35:43 2008 +++ SVNROOT/run-conversion.php Sat Nov 8 06:01:20 2008 @@ -2,7 +2,7 @@ // ----------------------------------------------------------------------------------------------------------------------------- // Constants -$version = substr('$Revision: 1.16 $', strlen('$Revision: '), -2); +$version = substr('$Revision: 1.17 $', strlen('$Revision: '), -2); $passes = array( 'processcvs', // Process CVS modules @@ -330,8 +330,8 @@ public function fixupRepository() { v(1, "Executing fixup commands for repository '{$this->repositoryName}'...\n"); - $message = '[SVN CONVERSION] Reorganization in repository {$this->repositoryName}.'; - foreach ($renamingRules as $rule) { + $message = "[SVN CONVERSION] Reorganization in repository {$this->repositoryName}."; + foreach ($this->renamingRules as $rule) { switch ($rule['mode']) { case 'mkdir': $this->mkdirPath($rule['srcPath'], $message);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php