Hi,
I have 2 source trees, one is very similar to the other (one is VC6 and one is VS2005). I need a program that can recursively diff the source trees and tell me which files are different.
However I want to be able to define 'how different' the files are. So I want to be able to ignore all files that are less than 5% different. I'd also like to be able to vary the difference threshold.
Does anyone know of such a tool?
Cheers Rich