pajoye          Mon, 13 Jul 2009 16:01:40 +0000

ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=284011

Changed paths:
        U   php/php-src/branches/PHP_5_2/win32/build/cvsclean.js
        U   php/php-src/branches/PHP_5_2/win32/build/mkdist.php

Log:
- cvs to svn changes

Modified: php/php-src/branches/PHP_5_2/win32/build/cvsclean.js
===================================================================
(Binary files differ)

Modified: php/php-src/branches/PHP_5_2/win32/build/mkdist.php
===================================================================
--- php/php-src/branches/PHP_5_2/win32/build/mkdist.php 2009-07-13 15:16:20 UTC 
(rev 284010)
+++ php/php-src/branches/PHP_5_2/win32/build/mkdist.php 2009-07-13 16:01:40 UTC 
(rev 284011)
@@ -240,7 +240,7 @@
 }

 /* include a snapshot identifier */
-$branch = "HEAD"; // TODO - determine this from CVS/Entries
+$branch = "HEAD"; // TODO - determine this from SVN branche name
 $fp = fopen("$dist_dir/snapshot.txt", "w");
 $now = date("r");
 $version = phpversion();
@@ -319,7 +319,7 @@

        $d = opendir($source);
        while (($f = readdir($d)) !== false) {
-               if ($f == '.' || $f == '..' || $f == 'CVS') {
+               if ($f == '.' || $f == '..' || $f == '.svn') {
                        continue;
                }
                $fs = $source . '/' . $f;


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

Reply via email to