cvs: SVNROOT / run-conversion.php
[email protected] ("Gwynne Raskind")
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <cvsgwynne1229406146@cvsserver> |
gwynne Tue Dec 16 05:42:26 2008 UTC
Modified files:
/SVNROOT run-conversion.php
Log:
another thing in the wrong place
http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.58&r2=1.59&diff_format=u
Index: SVNROOT/run-conversion.php
diff -u SVNROOT/run-conversion.php:1.58 SVNROOT/run-conversion.php:1.59
--- SVNROOT/run-conversion.php:1.58 Mon Dec 15 20:43:31 2008
+++ SVNROOT/run-conversion.php Tue Dec 16 05:42:26 2008
@@ -7,7 +7,7 @@
// -----------------------------------------------------------------------------------------------------------------------------
// Constants
-$version = substr('$Revision: 1.58 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.59 $', strlen('$Revision: '), -2);
$passes = array(
'processcvs', // Process CVS modules
@@ -324,7 +324,7 @@
'win-installer', 'bindlib_w32', 'zlib', 'pdo-specs', 'php-internals-win', 'fastcgi-isapi'))) {
mv("{$cvsPath}/{$cvs_module}", "{$cvsPath}/php/{$cvs_module}");
$converter->addCVSModule("php/{$cvs_module}", $cvs_module == 'pecl');
- } else if (in_array($cvs_module, array('modules', 'pearbot', 'pear-core', 'peardoc'))) {
+ } else if (in_array($cvs_module, array('modules', 'pearbot', 'pear-core', 'peardoc', 'pearweb'))) {
mv("{$cvsPath}/{$cvs_module}", "{$cvsPath}/pear/{$cvs_module}");
$converter->addCVSModule("pear/{$cvs_module}", $cvs_module == 'modules');
} else if (substr($cvs_module, -3) == "web" || in_array($cvs_module, array('pres2', 'presentations', 'bugtracker', 'pecl4win'))) {