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

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to