<HTML>
<HEAD>
<TITLE>Re: [vtk-developers] CVS keyword substitution and git</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Yea!  Mark volunteers to make the change! ;-)<BR>
<BR>
<BR>
On 4/20/10 12:39 AM, "Mark Olesen" <<a href="Mark.Olesen@faurecia.com">Mark.Olesen@faurecia.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>On Mon, 2010-04-19 at 18:25 -0400, Brad King wrote:<BR>
> Moreland, Kenneth wrote:<BR>
> > In a related question, what is the plan for the vtkCxxRevisionMacro,<BR>
> > which is in pretty much every VTK class right now?<BR>
><BR>
> It won't be updated automatically anymore.  AFAIK no one ever used it<BR>
> because an alternative to its original purpose (serialization) was<BR>
> found at the time.<BR>
><BR>
> I'm looking for a volunteer to *remove* it from every class in both<BR>
> VTK and ParaView.<BR>
<BR>
Is it really more than a one-liner though?<BR>
<BR>
git grep -l -e '^vtkCxxRevisionMacro' |\<BR>
while read file<BR>
do<BR>
    perl -i -ne '/^\s*vtkCxxRevisionMacro/ or print' $file<BR>
done<BR>
<BR>
<BR>
And subsequently a second "git grep vtkCxxRevisionMacro" to check that<BR>
we didn't miss anything and a final "git diff" to check that there were<BR>
no false positives.<BR>
<BR>
<BR>
/mark<BR>
<BR>
<BR>
DISCLAIMER:<BR>
This electronic transmission (and any attachments thereto) is intended solely for the use of the addressee(s). It may contain confidential or legally privileged information. If you are not the intended recipient of this message, you must delete it immediately and notify the sender. Any unauthorized use or disclosure of this message is strictly prohibited. Faurecia does not guarantee the integrity of this transmission and shall therefore never be liable if the message is altered or falsified nor for any virus, interception or damage to your system.<BR>
<BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
   ****      Kenneth Moreland<BR>
    ***      Sandia National Laboratories<BR>
***********  <BR>
*** *** ***  email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
**  ***  **  phone: (505) 844-8919<BR>
    ***      web:   <a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>