info-cvs
[Top][All Lists]
Advanced

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

Re: CVS Log


From: Larry Jones
Subject: Re: CVS Log
Date: Fri, 26 Sep 2008 20:07:51 -0400

Res Pons writes:
> 
> I'm testing right now and  run the command below to give me a short log
> since yesterday but the entire log or history spews out:
>  
> c:\myworkingfoler\project1>cvs log -d 2008-09-25

That's because you're not using -d correctly -- the above gives you the
most recent log entry on *or before* 2008-09-25.  To get the log *since*
that date, you need:

        c:\myworkingfoler\project1>cvs log -d '2008-09-25<'

To get 1-May to 26-Sep, you'd use:

        c:\myworkingfoler\project1>cvs log -d '2008-05-01<2008-09-26'
-- 
Larry Jones

Things are never quite as scary when you've got a best friend. -- Calvin




reply via email to

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