Ben <[EMAIL PROTECTED]> wrote: > Is there any way to get a list of commits by date for a specific > branch?
Install cvs2cl, http://www.red-bean.com/cvs2cl/ . (Easier on a Unixoid, but I use it occasionally on Windows via Cygwin.) You probably want something like cvs2cl -T -b -r --follow BRANCH_A --no-ancestors then look at the resulting ChangeLog. -- pa at panix dot com
