From: Scott L. <sl...@sl...> - 2002-04-15 15:35:43
|
On Mon, Apr 15, 2002 at 01:48:23PM +0200, rin...@me... wrote: > diff -u -r1.4 coding_conventions.xml > --- doc/xdocs/coding_conventions.xml 22 Aug 2001 10:36:45 -0000 1.4 > +++ doc/xdocs/coding_conventions.xml 15 Apr 2002 11:29:20 -0000 > @@ -226,7 +226,7 @@ > ]]></source> > > <note> > - You just need to write <code>@version $Id: coding_conventions.xml,v 1.4 2001/08/22 10:36:45 vmassol Exp $</code> and CVS will > + You just need to write <code>@version $Id$</code> and CVS will > add the rest during commits > </note> Hmm, that won't actually change anything unless you also disable keyword substitution on coding_conventions.xml. I suggest "You just need to write $Id$" instead, so the final output looks right and you can use keyword substitutions elsewhere. -- Scott Lamb |