[ADMIN] 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 repository.

 

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.

 

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

 

 

Thanks and Regards

Cinu



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

2007-08-14 Thread Kevin Grittner
>>> On Tue, Aug 14, 2007 at  6:29 AM, in message
<[EMAIL PROTECTED]>,
"Kuriakose, Cinu Cheriyamoozhiyil" <[EMAIL PROTECTED]> wrote: 
> 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.

Did you try adding -r REL7_1 to the checkout command?
 
I sure hope this is for some academic purpose and not for production use
 
-Kevin
 



---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


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

2007-08-14 Thread Lew

Kuriakose, Cinu Cheriyamoozhiyil wrote:

Hi all,


Please do not start a new thread by replying to someone else's post.  This is 
called "hijacking" a thread and it has the effect of stopping the conversation 
about the original poster's (OP's) point.


Start a new thread by sending a post that is not a reply.

--
Lew

---(end of broadcast)---
TIP 6: explain analyze is your friend


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

2007-08-14 Thread Chris Browne
[EMAIL PROTECTED] ("Kevin Grittner") writes:
 On Tue, Aug 14, 2007 at  6:29 AM, in message
> <[EMAIL PROTECTED]>,
> "Kuriakose, Cinu Cheriyamoozhiyil" <[EMAIL PROTECTED]> wrote: 
>> 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.
>
> Did you try adding -r REL7_1 to the checkout command?
>  
> I sure hope this is for some academic purpose and not for production
> use

Yeah, the last time I *considered* building 7.1 was a couple years
ago, and I gave up quickly when I ran into compile errors due to
changes in GLIBC that had taken place since the 7.1 days.
-- 
"cbbrowne","@","cbbrowne.com"
http://linuxdatabases.info/info/x.html
"...I'm not one  of those who think Bill Gates is  the devil. I simply
suspect that if Microsoft ever met up with the devil, it wouldn't need
an interpreter." -- Nicholas Petreley, InfoWorld, Sept 16, 1996

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match