fixcvsdiff - fix problematic diff files
Contents
Description
fixcvsdiff modifies diff files created from the cvsdiff command, where files have been added or removed.
CVS tends to create diff files that patch(1) mis-interprets. The diff file must retain the lines
beginning with “Index:” in order for the correction to work.
Name
fixcvsdiff - fix problematic diff files
Options
-b
Keep a .bak backup file.
-p
Print out the cvsadd and cvsremove commands that must be made after applying the diff, but before
running cvscommit.
See Also
diff(1), patch(1), cvs(1)
Synopsis
fixcvsdiff [-p] [-b] [file...]
