In article <[EMAIL PROTECTED]>, junix luk wrote: >I found cvs2cl.pl that does a listing, grouped by >date. It doesn't seem to allow tag-to-tag comparison.
Aha, so you did. Well, cvs2cl does no such thing in fact. It uses the output of ``cvs log'' as its input. You can pass through raw command line arguments down to the cvs log, such as two -r options to specify revisions. Take a look at the -l option (also spelled --log-opts). _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
