info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I see just the log messages from a certain date?


From: Larry Jones
Subject: Re: How can I see just the log messages from a certain date?
Date: Wed, 26 Dec 2001 11:37:20 -0500 (EST)

Ayelet writes:
> 
> cvs log -d D1 -d D2 does not seem to work correctly, and it gives alot of
> overhead lines as well.

What are you expecting it to do?  If you want to see log messages
between two dates, you need to do:

        cvs log -d'D1<D2'

If you want all the messages on a particular day, you need to do
something like:

        cvs log -d'D1 00:00:00 utc < D1 23:59:59 utc'

You can get rid of some (but not all) of the overhead with -N.

-Larry Jones

I wonder what's on TV now. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]