Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

fixcvsdiff (1)

Name

fixcvsdiff - fix problematic diff files

Synopsis

fixcvsdiff [-p] [-b] [file...]

Description

FIXCVSDIFF(1)                      Man pages                     FIXCVSDIFF(1)



NAME
       fixcvsdiff - fix problematic diff files

SYNOPSIS
       fixcvsdiff [-p] [-b] [file...]

DESCRIPTION
       fixcvsdiff modifies diff files created from the cvs diff 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.

OPTIONS
       -b
           Keep a .bak backup file.

       -p
           Print out the cvs add and cvs remove commands that must be made
           after applying the diff, but before running cvs commit.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | text/patchutils  |
       +---------------+------------------+
       |Stability      | Volatile         |
       +---------------+------------------+

SEE ALSO
       diff(1), patch(1), cvs(1)

AUTHORS
       Tim Waugh <twaugh@redhat.com>
           Package maintainer

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

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



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.4.tar.xz.

       Further information about this software can be found on the open source
       community website at http://cyberelk.net/tim/patchutils/.



patchutils                        7 Dec 2001                     FIXCVSDIFF(1)