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


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to