cvs: SVNROOT / run-conversion.php

[email protected] ("Gwynne Raskind") Thu, 09 Jul 2009 00:56:25 -0000
Newsgroups svn.migration
Message-ID <cvsgwynne1247100985@cvsserver>
gwynne		Thu Jul  9 00:56:25 2009 UTC

  Modified files:              
    /SVNROOT	run-conversion.php 
  Log:
  per Philip's request, bugtracker is archived
  
http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.71&r2=1.72&diff_format=u
Index: SVNROOT/run-conversion.php
diff -u SVNROOT/run-conversion.php:1.71 SVNROOT/run-conversion.php:1.72
--- SVNROOT/run-conversion.php:1.71	Wed Jul  8 08:47:55 2009
+++ SVNROOT/run-conversion.php	Thu Jul  9 00:56:25 2009
@@ -7,7 +7,7 @@
 
 // -----------------------------------------------------------------------------------------------------------------------------
 // Constants
-$version = substr('$Revision: 1.71 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.72 $', strlen('$Revision: '), -2);
 
 $passes = array(
     'svncreate',        // Create various SVN repositories
@@ -383,7 +383,7 @@
         // Selected obsolete modules are archived in SVN
         } else if (in_array($cvs_module, array('smarty', 'smarty-web', 'php4.fubar', 'php4.unused', 'peardoc.backup', 'php3', 'phpfi', 'livedocs',
                                 'Zend', 'functable', 'dialin', 'docstuff', 'jpgraph', 'phpdoc-fa_IR', 'lxr', 'portal', 'pres', 'embed', 'imapd',
-                                'phpdoc-po'))) {
+                                'phpdoc-po', 'bugtracker'))) {
             mv("{$cvsPath}/{$cvs_module}", "{$cvsPath}/archived/{$cvs_module}");
             $converter->addCVSModule("archived/{$cvs_module}");
         // Modules belonging to PHP-GTK go into cvs/gtk/<module>
@@ -405,7 +405,7 @@
             $converter->addCVSModule("pear/{$cvs_module}", $cvs_module == 'packages');
         // Modules belonging to websites, including the presentation, bugtracker, and pecl4win modules, go into cvs/web/<module>
         //  All modules that end in web are matched, and added with the "-?web" suffix stripped.
-        } else if (substr($cvs_module, -3) == "web" || in_array($cvs_module, array('pres2', 'presentations', 'bugtracker', 'pecl4win'))) {
+        } else if (substr($cvs_module, -3) == "web" || in_array($cvs_module, array('pres2', 'presentations', 'pecl4win'))) {
             if (substr($cvs_module, -4) == '-web') {
                 $dest_cvs_module = substr($cvs_module, 0, -4);
             } else if (substr($cvs_module, -3) == 'web') {