Re: REL7_0_PATCHES pgsql/src/include (config.h.in)

Поиск
Список
Период
Сортировка
От Alfred Perlstein
Тема Re: REL7_0_PATCHES pgsql/src/include (config.h.in)
Дата
Msg-id 20000907084341.X18862@fw.wintelcom.net
обсуждение исходный текст
Ответ на Re: REL7_0_PATCHES pgsql/src/include (config.h.in)  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список pgsql-committers
* Thomas Lockhart <lockhart@alumni.caltech.edu> [000906 22:46] wrote:
> > > > > Also, I was wondering why the CVSROOT directory isn't available
> > > > > for updating via cvsup...
> > > > It is available. Check the appendix "The CVS Repository" in the
> > > > Developer's Guide for examples.
> > > Ack, sorry, will do.
> > Hrm, I did and didn't see a way to fetch it using CVSup, do you mean
> > i should try anoncvs?
>
> No, let me check the docs...
>
> Appendix DG1: The CVS Repository
>   ->Getting The Source Via CVSup
>     ->Running a CVSup Client
>
> The first example fetches the entire CVS repository, which I believe is
> what you were asking for. The second example fetches just a snapshot.

I've been doing that for quite some time:

*default host=postgresql.org
*default release=cvs
*default delete use-rel-suffix
*default base=/home/pgcvs
*default prefix=/home/pgcvs
pgsql

This fetches me the RCS files:

/home/pgcvs % ls -l
total 2
drwxr-xr-x  9 bright  wheel  512 Sep  7 03:35 pgsql
/home/pgcvs % ls -l pgsql/
total 2148
drwxr-xr-x   2 bright  wheel      512 Sep  7 02:24 Attic
-r--r--r--   1 bright  wheel     2829 May 26 19:03 COPYRIGHT,v
-r--r--r--   1 bright  wheel    11488 Aug 31 09:08 GNUmakefile.in,v
-r--r--r--   1 bright  wheel   491671 Aug 29 13:02 HISTORY,v
-r--r--r--   1 bright  wheel   400711 Jul 20 17:44 INSTALL,v
drwxr-xr-x   3 bright  wheel      512 Sep  7 02:24 MIGRATION
-r--r--r--   1 bright  wheel     6408 Jun 12 09:37 Makefile,v
-r--r--r--   1 bright  wheel    12196 Jun 12 15:36 README,v
-r--r--r--   1 bright  wheel    27316 Aug 29 02:36 aclocal.m4,v
drwxr-xr-x   2 bright  wheel      512 Sep  7 02:24 config
-r-xr-xr-x   1 bright  wheel  1105620 Aug 29 02:36 configure,v
-r--r--r--   1 bright  wheel    91515 Aug 29 02:36 configure.in,v
drwxr-xr-x  39 bright  wheel     1024 Sep  7 02:26 contrib
drwxr-xr-x   7 bright  wheel     1024 Sep  7 03:35 doc
drwxr-xr-x   3 bright  wheel      512 Sep  7 03:35 migration
-r--r--r--   1 bright  wheel     5929 Jun 12 15:36 register.txt,v
drwxr-xr-x  23 bright  wheel     1024 Sep  7 05:29 src

the problem is that I don't get the CVSROOT directory, the one
that contains all the administrative scripts.

-Alfred

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

Предыдущее
От: "Vadim B. Mikheev - CVS"
Дата:
Сообщение: pgsql/src/include/utils (rel.h)
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: REL7_0_PATCHES pgsql/src/include (config.h.in)