info-cvs
[Top][All Lists]
Advanced

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

[OFT] scripting removal of $Id:


From: Euan Guttridge
Subject: [OFT] scripting removal of $Id:
Date: Fri, 20 Feb 2004 15:57:58 -0000

Has anybody come across a shell script to parse a large number of text
files, removing the CVS keyword replacement lines (all containing $Id:)?

For example 

input:
 package com.shop.backoffice;
 import javax.servlet.http.HttpServletRequest;
 /** 
  * Test class for blah
  * $Id: blah.java,v 1.2.2.3 2004/01/21 10:03:04 jwilson Exp $
  */

output:
 package com.shop.backoffice;
 import javax.servlet.http.HttpServletRequest;
 /** 
  * Test class for blah
  */

Thanks




reply via email to

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