Downloading PostgreSQL source code version 7.1 through CVS

Lists: pgsql-general
From: "Kuriakose, Cinu Cheriyamoozhiyil" <Cinu(dot)Kuriakose(at)in(dot)unisys(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Downloading PostgreSQL source code version 7.1 through CVS
Date: 2007-08-14 11:22:29
Message-ID: D566E8CF3538B54D95B925CB69CB4D2A06210DB2@inblr-exch1.eu.uis.unisys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi all,

Can anyone please tell me how to download the PostgreSQL-7.1 source code
through CVS, i use the following set of commands to get the source code
of postgreSQL.

1) cvs -d :pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot
login
This command will do an initial login to the PostgreSQL repository.

2) cvs -z3 -d :pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot
co -P pgsql
This will fetch the code, but the code that is fetched is the latest
code.

Can anyone please tell me what command I have to use to download the
source code For PostgreSQL-7.1.

Thanks in advance
Regards
Cinu Kuriakose


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Kuriakose, Cinu Cheriyamoozhiyil" <Cinu(dot)Kuriakose(at)in(dot)unisys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Downloading PostgreSQL source code version 7.1 through CVS
Date: 2007-08-14 14:21:43
Message-ID: 19077.1187101303@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

"Kuriakose, Cinu Cheriyamoozhiyil" <Cinu(dot)Kuriakose(at)in(dot)unisys(dot)com> writes:
> 2) cvs -z3 -d :pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot
> co -P pgsql
> This will fetch the code, but the code that is fetched is the latest
> code.

You need "-r RELx_y_STABLE" to check out the branch for release x.y.

> Can anyone please tell me what command I have to use to download the
> source code For PostgreSQL-7.1.

You do realize that 7.1 has not been maintained since 2001? I can
hardly imagine a reason to be interested in it now.

regards, tom lane