discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] CVS keywords


From: Eric Blossom
Subject: [Discuss-gnuradio] CVS keywords
Date: Wed, 26 Oct 2005 10:57:57 -0700
User-agent: Mutt/1.5.6i

On Tue, Oct 25, 2005 at 03:19:10PM -0400, Lamar Owen wrote:
>
> Suggestion: embed rcs version strings in the source files so that one can
> see what revision one is using.
>

I was wrong regarding problems with CVS keywords and conflicts.
Thanks for the off-list pointers, etc.

I'll commit the change, if someone will write a script to perform
the in-place edit.

Specs for the script:

  * Recursively descend and edit files in place (backups OK, but not necessary)
  * Find any contiguous block of comments (header comment) at the top and skip 
if found
  * Insert a blank line following header comment if any
  * Insert language appropriate keyword comment, for example:

    c++   /*
           * $Id$
           */

   verilog (same as c++)

   python #
          # $Id$
          #



Do we have a volunteer?

Thanks,
Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]