Collection of all differences in a directory tree
Posted: Wed Sep 07, 2005 11:58 pm
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"
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"