need a current cvsup file

Lists: pgsql-hackers
From: GB Clark <postgres(at)vsservices(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: need a current cvsup file
Date: 2002-11-12 11:54:07
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Hello,

Does any know the location of a good cvsup file for grabbing the
various releases?

The URL http://developer.postgresql.org/TODO/docs/cvsup.html is 404.

Thanks,

GB

P.S. Thanks to Tom, I found the perl stuff I needed.
P.P.S. The URL http://www.ca.postgresql.org/projects/index.html is just a little out of date.

--
GB Clark II | Roaming FreeBSD Admin
gclarkii(at)VSServices(dot)COM | General Geek
CTHULU for President - Why choose the lesser of two evils?


From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: GB Clark <postgres(at)vsservices(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: need a current cvsup file
Date: 2002-11-12 13:15:35
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

> Does any know the location of a good cvsup file for grabbing the
> various releases?

There is none; when the configuration was changed the docs were not.

Use the appendix in the current docs (not whatever TODO is) and replace
the "pgsql" project name with "repository". Your CVS area will then
contain a few top-level CVS projects, including "pgsql-server".

- Thomas