Author: glen Date: Mon Oct 5 09:39:04 2009 GMT Module: packages Tag: HEAD ---- Log message: - restore
---- Files affected: packages/php: php-branch.sh (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/php/php-branch.sh diff -u /dev/null packages/php/php-branch.sh:1.3 --- /dev/null Mon Oct 5 11:39:05 2009 +++ packages/php/php-branch.sh Mon Oct 5 11:38:59 2009 @@ -0,0 +1,15 @@ +#!/bin/sh +tag=php_5_2_10 +branch=PHP_5_2 + +if [ ! -d $tag ]; then + cvs -d :pserver:[email protected]:/repository checkout -r $tag -d $tag php5 +fi +if [ ! -d $branch ]; then + cvs -d :pserver:[email protected]:/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 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php-branch.sh?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
