1FIXCVSDIFF(1) Man pages FIXCVSDIFF(1)
2
3
4
6 fixcvsdiff - fix problematic diff files
7
9 fixcvsdiff [-p] [-b] [file...]
10
12 fixcvsdiff modifies diff files created from the cvs diff command, where
13 files have been added or removed. CVS tends to create diff files that
14 patch(1) mis-interprets. The diff file must retain the lines beginning
15 with “Index:” in order for the correction to work.
16
18 -b Keep a .bak backup file.
19
20 -p Print out the cvs add and cvs remove commands that must be made
21 after applying the diff, but before running cvs commit.
22
24 diff(1), patch(1), cvs(1)
25
27 Amir Karger <karger@post.harvard.edu>, John Levon
28 <moz@compsoc.man.ac.uk>.
29 John Levon <moz@compsoc.man.ac.uk>. (man page)
30
31
32
33patchutils 7 Dec 2001 FIXCVSDIFF(1)