Re: RCS version string
From: Bjorn Reese (breese_at_see.signature)
Date: 01/31/04
- Next message: Baron: "Re: Do 'fork' copies the "Code" Memory space?"
- Previous message: Fred Ma: "Re: cscope & gvim"
- In reply to: Billy Patton: "RCS version string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jan 2004 13:40:42 +0100
On Fri, 30 Jan 2004 08:41:01 -0600, Billy Patton wrote:
> What does the VERION string look like inside my c file?
It is not entirely clear to me what you are asking for.
If you have added an RCS/CVS keywords (such as $Id:$ or
$Revision$) to your C sourcecode file, then this keyword
will automatically be modified when you commit your changes.
You can either place the keyword in a comment or in a text:
/* $Id:$ */
static const char rcsid[] = "$Id:$";
If you have used the latter, then you can see the keyword
in the executable using the "ident" command.
If you have not added an RCS/CVS keyword to your C source,
then the version will not be stored in your C source, and
you must obtain this from the repository (e.g. cvs status)
-- mail1dotstofanetdotdk
- Next message: Baron: "Re: Do 'fork' copies the "Code" Memory space?"
- Previous message: Fred Ma: "Re: cscope & gvim"
- In reply to: Billy Patton: "RCS version string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|