Page 1 of 1

Collection of all differences in a directory tree

Posted: Wed Sep 07, 2005 11:58 pm
by Ed
I have a requirement to collect in a single view all differences in all files in a directory hierarchy.
This is so that when 1 or 2 line changes are applied to a directory, all the changes can be viewed simultaneously.

I anticipate output in the form below - but any form at all would be better than none.
abc.c
Added #include "xyz.h"
Deleted #include "pqr.h"
def.c
Added #include "xyx.h"
Deleted #include "pqr.h"

Posted: Thu Sep 08, 2005 4:22 pm
by psguru
You can do it via the command line interface:

Code: Select all

examdiff C:\Temp\dir1 C:\Temp\dir2 /o:- /f