Re: [GENERAL] Downloading PostgreSQL source code version 7.1 through CVS

2007-08-14 Thread Tom Lane
"Kuriakose, Cinu Cheriyamoozhiyil" <[EMAIL PROTECTED]> writes: > 2) cvs -z3 -d :pserver:[EMAIL PROTECTED]:/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 anyon

[GENERAL] Downloading PostgreSQL source code version 7.1 through CVS

2007-08-14 Thread Kuriakose, Cinu Cheriyamoozhiyil
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:[EMAIL PROTECTED]:/projects/cvsroot login This command will do an initial login to the PostgreSQL repositor