more cvs problems - Mailing list pgsql-hackers

From Bruce Momjian
Subject more cvs problems
Date
Msg-id 200005312046.QAA28548@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
OK, I figured out how to get a log of all changes from 7.0 to the branch
split:
cvs log -r REL7_0 -r REL7_0_PATCHES .  

Now, I need a list of log entries just in the REL7_0_PATCHES branch made
after the branch was split.  I tried:
cvs log -d '>2000-05-08 00:00:00 GMT' -r REL7_0_PATCHES .

but I got entries like:date: 2000/05/29 05:44:24;  author: tgl;  state: Exp;  lines: +3 -27Generated header files
parse.hand fmgroids.h are now copied into thesrc/include tree, so that -I backend is no longer necessary anywhere.Also,
cleanup some bit rot in contrib tree.
 

which is only in the current tree.  Any ideas, folks?  I feel like a
pretty big idiot here that I can not figure out how to do it.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Jeff Hoffmann
Date:
Subject: bug or feature? (regarding rules)
Next
From: Bruce Momjian
Date:
Subject: Re: Database names with spaces