From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: "Mcspadden, William C" Cc: gdb@sources.redhat.com Subject: Re: Are RCS ID's bad? Date: Thu, 09 Aug 2001 22:40:00 -0000 Message-id: <3B737387.4090803@cygnus.com> References: <9287DC1579B0D411AA2F009027F44C3F064FAEE5@FMSMSX41> X-SW-Source: 2001-08/msg00105.html > I find the RCS keywords useful (except for $Log$) and would not > recommend deleting them. In the case of GDB, any useful information those RCS keywords carried has long since been lost. Remember the sources have been in and out of random CVS repositories. A far more reliable mechanism for tracking change is the ChangeLog. However, if the below can be made to work ... > For purposes of merges and diffs, keyword expansion can be suppressed > by cvs when you do a checkout. See chapter 12 of the CVS manual for > a discussion of this. Would you know how -kk and -kb interact? A number of files are created with -kb. > This eliminated the many problems I had when doing merges caused by > the very thing you describe. However, it didn't eliminate the problems > with the $Log$ expansion. Just don't use $Log$. Thanks for the pointers. Andrew