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
19 Keep a .bak backup file.
20
21 -p
22 Print out the cvs add and cvs remove commands that must be made
23 after applying the diff, but before running cvs commit.
24
26 diff(1), patch(1), cvs(1)
27
29 Tim Waugh <twaugh@redhat.com>
30 Package maintainer
31
32 Amir Karger <karger@post.harvard.edu>
33 Author of the original perl script and man page
34
35 John Levon <moz@compsoc.man.ac.uk>
36 Author of the original perl script and man page
37
38
39
40patchutils 7 Dec 2001 FIXCVSDIFF(1)