gwynne          Fri Nov  7 08:57:16 2008 UTC

  Modified files:              
    /SVNROOT    run-conversion.php 
  Log:
  fixed some errors, removed 'other' repository
  
http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.9&r2=1.10&diff_format=u
Index: SVNROOT/run-conversion.php
diff -u SVNROOT/run-conversion.php:1.9 SVNROOT/run-conversion.php:1.10
--- SVNROOT/run-conversion.php:1.9      Fri Nov  7 06:52:27 2008
+++ SVNROOT/run-conversion.php  Fri Nov  7 08:57:16 2008
@@ -2,7 +2,7 @@
 
 // 
-----------------------------------------------------------------------------------------------------------------------------
 // Constants
-$version = substr('$Revision: 1.9 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.10 $', strlen('$Revision: '), -2);
 
 $passes = array(
     'processcvs',       // Process CVS modules
@@ -345,7 +345,7 @@
     public function installAdminFiles()
     {
         v(1, "Installing administrative files for repository 
'{$this->repositoryName}'...\n");
-        v(1, "Done installing administrative files.\n")
+        v(1, "Done installing administrative files.\n");
     }
 }
 
@@ -385,7 +385,7 @@
     $repoList['phd'] = new Repository('phd');
     $repoList['pear1'] = new Repository('pear');
     $repoList['gd'] = new Repository('gd');
-    $repoList['other'] = new Repository('other');
+   // $repoList['other'] = new Repository('other');
 
     $cvs_modules = scandir_no_meta($options['cvsroot']);
     foreach ($cvs_modules as $cvs_module) {
@@ -397,7 +397,7 @@
             continue;
         }
         if (in_array($cvs_module, array('smarty', 'smarty-web', 'php4.fubar', 
'php4.unused', 'peardoc.backup', 'php3', 'phpfi', 'livedocs',
-                'Zend', 'functable', 'dialin', 'docstuff', 'jpgraph', 
'phpoc_de', 'phpdoc-fa_IR', 'lxr', 'portal', 'pres', 'embed'))) {
+                'Zend', 'functable', 'dialin', 'docstuff', 'jpgraph', 
'phpoc_de', 'phpdoc-fa_IR', 'lxr', 'portal', 'pres', 'embed', 'imapd', 
'SVNROOT'))) {
             continue;
         } else if (in_array($cvs_module, array('php-gtk', 'php-gtk-doc', 
'old-php-gtk-modules'))) {
             $repoList['gtk']->addCVSModule($cvs_module);
@@ -410,12 +410,12 @@
             $repoList['gd']->addCVSModule($cvs_module);
         } else if (in_array($cvs_module, array('pear', 'pearbot', 'pear-core', 
'peardoc'))) {
             $repoList['pear1']->addCVSModule($cvs_module, $cvs_module == 
'pear');
-        } else if (substr($cvs_module, -3) == "web" || in_array($cvs_module, 
array('pres2', 'presentations', 'bugtracker'))) {
+        } else if (substr($cvs_module, -3) == "web" || in_array($cvs_module, 
array('pres2', 'presentations', 'bugtracker', 'systems'))) {
             $repoList['web']->addCVSModule($cvs_module);
         } else if (strncmp($cvs_module, "phpdoc", 6) == 0) {
             $repoList['doc']->addCVSModule($cvs_module);
         } else {
-            $repoList['other']->addCVSModule($cvs_module);
+ //           $repoList['other']->addCVSModule($cvs_module);
         }
     }
     



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to