From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | more cvs problems |
Date: | 2000-05-31 20:46:01 |
Message-ID: | 200005312046.QAA28548@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 -27
Generated header files parse.h and fmgroids.h are now copied into the
src/include tree, so that -I backend is no longer necessary anywhere.
Also, clean up 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(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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-05-31 21:07:46 | Re: Database names with spaces |
Previous Message | Jeff Hoffmann | 2000-05-31 19:47:37 | bug or feature? (regarding rules) |