Hey! The first official discussion on lyx-docs. Congratulations!
On Tue, May 18, 1999 at 05:26:12PM +0200, Pierre-Henri Boinnard wrote:
> In fact, if we add a line like :
>
> %% $Id$
>
> in the LaTeX preamble of a file, it is effectively updated during
> checkin. $Id$ in one of the keywords rcs knows about. ('man ident' for
> a complete list)
>
> So next file openning let read in the LaTeX preamble something like :
>
> %% $Id: test1.lyx,v 1.3 1999/05/18 15:07:13 phb Exp $
>
>
> I really don't know the behaviour with CVS, but AFAIK, since CVS is
> itself based on either RCS or SCCS, there is a chance that such a line
> would be updated during CVS checkin, depending on the CVS server age
> (I have been told SCCS is accessing a nice place in version management
> system museum).
It definitely works. reLyXmain.pl (in lib/reLyX) has an $Id$ line in it. I
actually use it for my private RCS'ing, but it gets overwritten whenever I
do a CVS checkin. This is actually useful, because I have the reLyX "welcome
text" grep the date from the $Id$ line, so we can always figure out which
CVS version a person used.
-Amir