logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fixcvsdiff - fix problematic diff files

Authors

TimWaugh <twaugh@redhat.com>
           Package maintainer

       AmirKarger <karger@post.harvard.edu>
           Author of the original perl script and man page

       JohnLevon <moz@compsoc.man.ac.uk>
           Author of the original perl script and man page

patchutils                                         7 Dec 2001                                      FIXCVSDIFF(1)

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...]

See Also