]> git.pld-linux.org Git - packages/php4.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:27:20 +0000 (17:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4-branch.sh -> 1.2

php4-branch.sh [deleted file]

diff --git a/php4-branch.sh b/php4-branch.sh
deleted file mode 100644 (file)
index 5f52678..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-tag=php_4_4_9
-branch=PHP_4_4
-
-if [ ! -d $tag ]; then
-       cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r $tag -d $tag php-src
-fi
-if [ ! -d $branch ]; then
-       cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r $branch -d $branch php-src
-fi
-
-cd $tag && cvs up -d && cd ..
-cd $branch && cvs up -d && cd ..
-
-diff -ur $tag $branch > php4-branch.diff
This page took 0.122383 seconds and 4 git commands to generate.