On Tue, 18 May 1999, Pierre-Henri Boinnard wrote:
...
> But for now, since LyX support RCS, I *think* it is sufficient to only
> add relevant keyword in the document comments to catch rcs information
> during checkin.
> 
> I'll have some testing and tell you about them.

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).

Regards.

Pierre-Henri BOINNARD
email:[EMAIL PROTECTED]

Reply via email to