From 3acff223d4e713c859eed0f021a417cdce6af16f Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 16 Sep 2006 12:48:56 +0000 Subject: [PATCH] checkout the php5 and php6 alias instead of php-src directly --- anoncvs.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/anoncvs.php b/anoncvs.php index 0ee186284..0e37599e2 100644 --- a/anoncvs.php +++ b/anoncvs.php @@ -94,14 +94,11 @@ diff -u PHP 4.4: cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r PHP_4_4 php-src
- PHP 5.1: - cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r PHP_5_1 php-src -
PHP 5.2: - cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r PHP_5_2 php-src + cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r PHP_5_2 php5
PHP 6: - cvs -d :pserver:cvsread@cvs.php.net:/repository checkout php-src + cvs -d :pserver:cvsread@cvs.php.net:/repository checkout php6

Some tips and notes:
@@ -116,8 +113,7 @@ diff -u The branch names can also be used for cvs diff and merge operations.
  • - All of the above commands create a local directory named "php-src". You can also - specify another directory name, for example, to put PHP 6 HEAD into a directory + You can also specify the directory name, for example, to put PHP 6 HEAD into a directory named php6dev:
    cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -d php6dev php-src