CVS access?

Started by Todd Graham Lewisalmost 27 years ago4 messages
#1Todd Graham Lewis
tlewis@mindspring.net

Hello.

The web page does not, so far as I can tell, detail how to get access to
the PostgreSQL CVS tree. I just want read access so that I can take a look
at the latest source and do some poking around.

1) Can someone tell me how to get to it, and

2) Can someone please put it in the download section of the web page?

Thanks!

--
Todd Graham Lewis 32���49'N,83���36'W (800) 719-4664, x2804
******Linux****** MindSpring Enterprises tlewis@mindspring.net

"A pint of sweat will save a gallon of blood." -- George S. Patton

#2James Thompson
jamest@math.ksu.edu
In reply to: Todd Graham Lewis (#1)
Re: [HACKERS] CVS access?

On Sat, 6 Mar 1999, Todd Graham Lewis wrote:

Hello.

The web page does not, so far as I can tell, detail how to get access to
the PostgreSQL CVS tree. I just want read access so that I can take a look
at the latest source and do some poking around.

1) Can someone tell me how to get to it, and

Login
cvs -d :pserver:anoncvs@postgresql.org:/usr/local/cvsroot login
password is 'postgresql'

Development copy
cvs -d :pserver:anoncvs@postgresql.org:/usr/local/cvsroot co pgsql

Stable copy (i think)
cvs -d :pserver:anoncvs@postgresql.org:/usr/local/cvsroot co -rREL6_4 pgsql

->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<
James Thompson 138 Cardwell Hall Manhattan, Ks 66506 785-532-0561
Kansas State University Department of Mathematics
->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: James Thompson (#2)
Re: [HACKERS] CVS access?

Todd Graham Lewis <tlewis@mindspring.net> writes:

The web page does not, so far as I can tell, detail how to get access to
the PostgreSQL CVS tree. I just want read access so that I can take a look
at the latest source and do some poking around.
1) Can someone tell me how to get to it, and
2) Can someone please put it in the download section of the web page?

There is a CVS FAQ, which you'll find off the Getting Help/Documentation
page of the website. I agree it oughta be linked from the Download page
as well...

It's a little bit out of date --- it recommends cvs 1.9 but the latest
is 1.10. That nasty permissions bug it mentions *is* fixed in 1.10 BTW.

regards, tom lane

#4Thomas G. Lockhart
lockhart@alumni.caltech.edu
In reply to: Tom Lane (#3)
Re: [HACKERS] CVS access?

The web page does not, so far as I can tell, detail how to get
access to the PostgreSQL CVS tree.

There is a CVS FAQ, which you'll find off the Getting
Help/Documentation page of the website.

I've started a chapter for the sgml docs (cvs.sgml) which includes the
CVS_FAQ and various e-mail communications from scrappy about the CVS
tree structure. Haven't finished marking it up though...

- Tom