Iain Freeston wrote:
> Subject: My Boss is away!
first, a note: I almost deleted this as spam because of the subject line.
You'd be wise to choose a more appropriate subject next time ;=)

> I have been tasked to find out all the code that has changed 
> in a specific 
> directory this week. Problem is the CVS administrator is away 
> for a couple 
> of weeks and I know nothing about CVS.
> 
> Reading a web page for help I learnt to type in the following:
> cvs log -d "2004-05-24;2004-05-27"
> 
> The problem is the date range doesn't seem to be working and 
> I always get a 
> list of everything in the directory.
> I have tried many variations similar to this but it never 
> seems to work.
Try using < instead of ; 

cvs log -d "2004-05-24<2004-05-28"

(note that I added a day to the end range, because it's less-than, not
less-than-or-equal)

Also use the -S option. It suppresses empty log messages.

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. (http://www.leitch.com)
Columnist, C/C++ Users Journal (http://www.cuj.com/experts)



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

Reply via email to