Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Mon, 10 Mar 2003 17:33:12 -0500, Gary Newman <REMOVE_THIS_NOSPAMgnewman at belarc.com> wrote: >in their source body. Instead, cvs shows all files as changed from the previous >release. I'd like ot have it act like RCS and not consider the keyword expansion in >the comparison. Any idea of how to do that? > CVS is basically a wrapper around RCS anyway. I'm not sure how you managed to get RCS to ignore the keyword expansion, but you should be able to do the same thing in CVS (I don't think -kk works on commit but it's worth a try). Tony