(C)2006 Matteo Lucarelli
this is free software under the GNU/GPL licence.
xRecurseDiff is a small program that can rapidly traverse entire
directory trees to show different version of the same files.
Doesn't modify anything in analized filesystem (no temporary files, no caching, etc.)
Needs diff command.
Other languages are under lang dir.
Simply replace xrdstrings.h file and rebuild.
Last version and intructions on matteolucarelli.net/xrecursediff/
xRecurseDiff e' un piccolo programma utile a confrontare
rapidamente interi alberi di directory.
Non modifica nulla nè crea file (cache, temporanie o simili).
Necessita del comando diff.
Altre lingue nella directory lang.
Rimpiazzare il file xrdstrings.h e ricompilare.
Ultima versione ed istruzioni su matteolucarelli.net/xrecusediff/
INSTALL:
make
make install
NOTE
make install copies xrecursediff in /usr/bin and xrecursediff.png in /usr/share/pixmaps
for different location make the copy by hand.
make install copia xrecursediff in /usr/bin e xrecursediff.png in /usr/share/pixmaps
per installare diversamente procedere a mano.
CHANGELOG:
v1.10: removed some warning and error on 64 bit platforms
v1.9: project mode shows by default the "not preset" files too
v1.8: removed redirection in system (cause error on intercepted return value)
v1.7: resolved a bug with very big directories, interface improvements, minor bugfixes
v1.6.3: better Makefile
v1.6.2: added german translation
v1.6: The filter has now an exclude option + minor bugfixes
v1.5: The list of results is now highlited with color and bold chars, the order of view is more intuitive, now can diff directories contens
v1.4.2: A crash with empty search list was resolved
v1.4.1: A freeze that appears when stopping during search was resolved.
v1.4: A direct file mode was added along with parsing for starting paths on the command line and enhanced error catching.
v1.3: A crash with diffview windows was resolved.
v1.2: The capability to handle a relative path was added to rapidly analyze different versions of the same project. The Windows version no longer opens a DOS window for the diff command.
v1.1: The capability to handle a relative path was added to rapidly analyze different versions of the same project. The Windows version no longer opens a DOS window for the diff command.
20051118: The console is hidden in the Windows version. A bug with remote repositories was resolved. This is the first stable release candidate.
20051112: Minor bugfixes to the Windows version.
20051111: Diff output now uses the nice DiffView widget from flDiff.
20051108: english translation