From: Erik W. S. <er...@se...> - 2002-09-10 17:03:01
|
I have some $Id: $'s floating about somewhere. For my own $0.02, I'd prefer we just use ${Log:: ...} and keep 'em versus turning off that in CVS... as when somebody checks out our code and puts it into their own CVS repository, they'll clobber it and never know why. -e Kevin Goess wrote: > >> * Had to change $Log::... to ${Log::...} somewhere because stupid CVS >> would expand that to what $Log$ is used for :). > > > I just ran 'cvs admin -ko' on our repository, that turns of the cvs > keyword substitution on all the files (we're not using $Revision$ or > anything anywhere, right?) so we shouldn't have this problem any more. > > > avoiding keyword substitution > http://www.loria.fr/~molli/cvs/doc/cvs_12.html#SEC95 > > cvs admin: > http://www.loria.fr/~molli/cvs/doc/cvs_16.html#SEC113 > > > I tested it on a fresh checkout and it seems to work fine. Let me > know if any problems. > > > > |