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

php-branch.sh [deleted file]

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