[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
format $Id$ contents nicely
From: |
Eric Khairy |
Subject: |
format $Id$ contents nicely |
Date: |
Fri, 19 Apr 2002 16:34:54 -0400 |
Hi,
I just started using RCS today. I have a question about formatting the
header that you add to a file you want to implement RCS control on.
Currently, I'm adding a header that looks like this:
;**************************************************************************
;
; $Id$.
;
; $Log$.
;
;**************************************************************************
Once I've implemented RCS and checked the file in, the header looks like
this:
;**************************************************************************
;
; $Id: AD21535.pinadr,v 1.1 2002/04/19 20:26:30 ekhairy Exp
ekhairy $.
;
; $Log: AD21535.pinadr,v $
; Revision 1.1 2002/04/19 20:26:30 ekhairy
; Initial revision
;.
;**************************************************************************
Is there an easy way to play with $Id$ so that it will format more
nicely to look something like, say:
;**************************************************************************
;
; File: AD21535.pinadr
; Created: 2002/04/19 20:26:30
; Author: ekhairy
;
; $Log: AD21535.pinadr,v $
; Revision 1.1 2002/04/19 20:26:30 ekhairy
; Initial revision
;.
;**************************************************************************
Any help would be greatly appreciated.
Thanks,
Eric
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- format $Id$ contents nicely,
Eric Khairy <=