CVS checkout source code for different branches

From: M Z <jm80008(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: CVS checkout source code for different branches
Date: 2010-02-09 03:24:45
Message-ID: e824728e1002081924k246c634u4939d45e8506fd4b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I am trying to checkout code from different branches (such as 8.3, 8.4).

I found a few ways to checkout code from CVS:
1. webCVS: http://anoncvs.postgresql.org/cvsweb.cgi/

2. cvs -z3 -d :pserver:anoncvs:password(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot
co -P pgsql

3. $ rsync --progress -avzCH --delete anoncvs.postgresql.org::pgsql-cvs
$CVSROOT

However, how can I checkout code from different branches (such as 8.3, 8.4)?

Thank you.
M Z

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-02-09 03:35:54 Re: [CFReview] Red-Black Tree
Previous Message Andrew McNamara 2010-02-09 02:56:49 Re: Confusion over Python drivers