Re: [HACKERS] CVS access?

Поиск
Список
Период
Сортировка
От James Thompson
Тема Re: [HACKERS] CVS access?
Дата
Msg-id Pine.GSO.4.05.9903061547210.12817-100000@noether.math.ksu.edu
обсуждение исходный текст
Ответ на CVS access?  (Todd Graham Lewis <tlewis@mindspring.net>)
Список pgsql-hackers
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
->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Todd Graham Lewis
Дата:
Сообщение: CVS access?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: Max backend limits cleaned up