On Thu, 9 Jan 2003, Chow, James wrote: > hi > > Is there anyway for cvs to return a list of changes for the day or week?
Yes; learn how to use the ``cvs log'' command's -D (date) parameter. There are some utilities that munge the output of CVS log to generate a more useful report, such as a ChangeLog report. Take a look at, for instance: http://www.freshmeat.net/projects/cvs2cl.pl _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
