more cvs problems

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема more cvs problems
Дата
Msg-id 200005312046.QAA28548@candle.pha.pa.us
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Jeff Hoffmann
Дата:
Сообщение: bug or feature? (regarding rules)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Database names with spaces