Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/tools cvsdiff-fix.py Makefile.am

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 23 Feb 2001 10:30:52 -0600 (CST)
gram        2001/02/23 10:30:52 CST

  Modified files:
    tools                Makefile.am 
  Added files:
    tools                cvsdiff-fix.py 
  Log:
  Add a little script which takes the output of "cvs diff", which is
  a flattened recursive diff, and unflattens it, so that it can
  be applied with "patch -p0". This has tested only against the output
  of "cvs diff -u".
  
  Usage:
  
  cvs diff -u | cvsdiff-fix.py > file.diff
  
  Revision  Changes    Path
  1.3       +2 -1      ethereal/tools/Makefile.am