"David A. Cobb" wrote:

> I understand from reading here that CVS includes all of RCS, in one way or
> another.
>
> Are lines such as " $ID$  something " and "$DATE$ something" features of RCS?

Yes.  http://cvshome.org/docs/manual/cvs_12.html#SEC99


> And how do they get there in the first place?

You type them into your text file.  I suppose if you were creative and had a
large job you could use sed or somesuch.

One of the favorite methods for C programs is to use something like:

    char *mod_date = "$Date$";

though some people place them in comments as well.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]         CollabNet ( http://collab.net )
--
All those who believe in psychokinesis raise my hand.




_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to