Problem generating release listing

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Problem generating release listing
Date: 2003-08-01 06:00:47
Message-ID: 200308010600.h7160lD06647@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Because 7.4 had more parallel CVS branch changes than previous releases,
I decided to pull cvs logs based only on the CVS HEAD, so I didn't get
commits to branches.

I used this command:

cvs log -d'>2002-11-04 00:00:00 GMT' -rHEAD .

I then ran it through tools/pgcvslog and started working on the release
notes. About 75% through the list, I found that a Rendezvous commit was
missing. Looking at the cvs output, I saw that 'cvs log -rHEAD' pulls
only the HEAD (most recent) log commit for each file, rather than taking
the HEAD CVS branch.

I am going to have to start again from scratch tomorrow. Looking at the
rlog manual page, I now see the proper command is:

cvs log -d'>2002-11-04 00:00:00 GMT' -b . >/bjm/log

I have documented this in the pgcvslog script. This confusion is caused
because cvs is built on top of rcs, which has a different way of doing
things than CVS.

Once I am done, I have to run pgindent, and Tom wants to remove recode.
We just found that python shouldn't be in CVS. Let's look to Monday for
beta.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2003-08-01 06:37:34 Version-aware psql?
Previous Message Tom Lane 2003-08-01 04:41:20 Re: python interface