* Christopher S Horler -- Saturday 17 January 2004 15:16:
> I've never figured out how to make it only display the last e.g. 5 log
> entries 

That's AFAIK not possible, but you can look at CVS/Entries for the last
version and then do something like:

  $ cvs log -r1.4: foo.cpp       # i.e. logs for revision 1.4 and later

of course piping through "head" would also work.  :-)


> or from a certain date... if it doesn't do it it should... 

  $ cvs log -d'2 weeks ago'\< foo.cxx

m.

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to