Table of Contents
This is a fork of xxdiff, a graphical file and directories comparator and merge tool. See there for full information about this program, including documentation and more instructions.
xxdiff was (and probably still is) tested daily in a merge reviewing/policing context by more than 50 engineers at discreet, and since this task is a significant part of their development process, many of the features are a direct result of suggestions from these people while the author was working there.
xxdiff does not support comparing files encoded with Unicode. Also, it does not support inline editing of the diffed files. If you need these features, you could try emacs or Meld (although both of these lack some of the most interesting features of xxdiff).
Source code can be found in the public GitHub repository, here:
There are no releases. Pick up the source for from Github.
xxdiff comes with a bunch of wrapper Python scripts that invoke xxdiff in creative ways. The author has been using these for a long time now and decided for version 3.0 to clean them up and make them a little more generic so everyone can use them. As of version 3.2, the standalone scripts have been refactored a great deal, to share code together and to make them more stable. All this code is now distributed with xxdiff, in an xxdiff Python package, which you can leverage to build your own file transformation scripts around xxdiff.
See the document Helper Scripts for xxdiff for full details.
The scripts are available in the xxdiff distribution. To install them and the accompanying Python package, use the standard distutils procedure:
su - # before root cd xxdiff-3.x python setup.py install
Other tools can be found in the distribution under the tools/ directory (CVS, ClearCase, etc.).
Build dependencies are:
Runtime dependencies are:
The Qt6 version of xxdiff was only tested on Fedora GNU/Linux and Ubuntu Linux.
xxdiff Copyright (C) 2001-2022 Martin Blais. All Rights Reserved.
This code is distributed under the GNU General Public License;