Question
I'd like to do:
junk
$Id$
more junk
and not have the $Id$ expanded by
RCS.
Is this possible?
Environment
--
SteveWampler - 22 Feb 2007
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
This is an artefact of TWiki usng RCS. To escape RCS reserved keywords, add a
<nop> just after the first dollar sign, such as
$<nop>Id$ to get
$Id$. The
<nop> escapes get removed when a topic is rendered for display.
--
PeterThoeny - 23 Feb 2007