More cvs branch problems

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: More cvs branch problems
Date: 2000-10-29 18:12:54
Message-ID: 200010291812.NAA07278@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I seem to have trouble again getting cvs logs for just the 7.0.X branch.
I am running this command from a cvs checkout tree of 7.0.X:

$ cvs log -d'>2000-06-07 00:00:00 GMT' -rREL7_0_PATCHES

And am seeing entries like below. Can someone please explain why I am
seeing stuff committed in current?

---------------------------------------------------------------------------

RCS file: /home/projects/pgsql/cvsroot/pgsql/COPYRIGHT,v
Working file: COPYRIGHT
head: 1.5
branch:
locks: strict
access list:
symbolic names:
REL7_0_PATCHES: 1.5.0.2
REL7_0: 1.5
REL6_5_PATCHES: 1.3.0.4
REL6_5: 1.3
REL6_4: 1.3.0.2
release-6-3: 1.3
SUPPORT: 1.1.1.1
PG95-DIST: 1.1.1
keyword substitution: kv
total revisions: 6; selected revisions: 0
description:
=============================================================================

RCS file: /home/projects/pgsql/cvsroot/pgsql/GNUmakefile.in,v
Working file: GNUmakefile.in
head: 1.14
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 14; selected revisions: 13
description:
----------------------------
revision 1.14
date: 2000/10/02 22:21:21; author: petere; state: Exp; lines: +4 -2
"installcheck" doesn't need to depend on "all" since we depend on the user
to start up a postmaster anyway.
----------------------------
revision 1.13
date: 2000/09/29 17:17:31; author: petere; state: Exp; lines: +3 -1
New unified regression test driver, test/regress makefile cleanup,
add "check" and "installcheck" targets, straighten out make variable naming
of host_os, host_cpu, etc.
----------------------------
revision 1.12
date: 2000/09/21 20:17:41; author: petere; state: Exp; lines: +1 -20
Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something
that's actually useful, robust, consistent.

Better plan to generate aclocal.m4 as well: use m4 include directives,
rather than cat.
...

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-10-29 18:45:18 checking new server ...
Previous Message Larry Rosenman 2000-10-29 17:55:28 Re: more multibyte/After TGL...