Subject: Re: what does "that" id string mean?
To: None <henry@irm.nara.kindai.ac.jp>
From: Masao Uebayashi <uebayasi@soum.co.jp>
List: netbsd-help
Date: 01/25/2001 11:05:15
Hi there in the same time zone! :-)
> At the top of nearly all configuration files there is a string that looks
> something like:
>
> $NetBSD: rc,v 1.124.2.2 1999/08/29 11:21:02 he Exp $
>
> Is there an explanation of the components of this string? More importantly,
> is it explained somewhere how it is generated and inserted? TIA.
It's a RCS/CVS tag. RCS and CVS are version control systems which help
to manage files in terms of timeseries; that is, you can refer to any
old state of a file even after you delete a part of it. See rcs(1),
pkgsrc/devel/cvs and its manuals.
There are many documents to recommend to use them, and *more* people
who can't manage to be used to them. ;-P
Regards,
Masao
---
Masao Uebayashi <uebayasi@soum.co.jp>