On 24 Sep 2002, Lars Gullik Bj�nnes wrote:
>\begin{verbatim}
>$Log$
>\end{verbatim}
>
>what happens if you put this in a ERT?
I don't use CVS, but trying with hand: when this is saved, it'll look in
.lyx file something like this:
\latex latex
$Log$
When CVS modifies this, it'll replace it with multiple lines:
\latex latex
$Log version string$
Some other
lines here
When this is now loaded back to LyX, the lines are concatenated. When it's
again saved, the result is:
\latex latex
$Log version string$Some otherlines here
...and now CVS probably doesn't understand it anymore.