cvs: SVNROOT / run-conversion.php
[email protected] ("Gwynne Raskind") Thu, 09 Jul 2009 07:37:59 -0000
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <cvsgwynne1247125079@cvsserver> |
gwynne Thu Jul 9 07:37:59 2009 UTC
Modified files:
/SVNROOT run-conversion.php
Log:
fix the name of this broken ignored thing
http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.74&r2=1.75&diff_format=u
Index: SVNROOT/run-conversion.php
diff -u SVNROOT/run-conversion.php:1.74 SVNROOT/run-conversion.php:1.75
--- SVNROOT/run-conversion.php:1.74 Thu Jul 9 07:34:57 2009
+++ SVNROOT/run-conversion.php Thu Jul 9 07:37:59 2009
@@ -7,7 +7,7 @@
// -----------------------------------------------------------------------------------------------------------------------------
// Constants
-$version = substr('$Revision: 1.74 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.75 $', strlen('$Revision: '), -2);
$passes = array(
'svncreate', // Create various SVN repositories
@@ -378,7 +378,7 @@
continue;
}
// Raw files in the cvs repo and empty directories (count(scandir()) == 2 (./..)) are not converted.
- if (!is_dir("{$cvsPath}/{$cvs_module}") || count(scandir("{$cvsPath}/{$cvs_module}")) == 2 || in_array($cvs_module, array('phpdoc_de'))) {
+ if (!is_dir("{$cvsPath}/{$cvs_module}") || count(scandir("{$cvsPath}/{$cvs_module}")) == 2 || in_array($cvs_module, array('phpoc_de'))) {
rm("{$cvsPath}/{$cvs_module}");
// 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',