I'm trying to diff two folder structures. When Beyond Compare encounters .zip or .jar files inside, it marks them as different even though they are the same. (proof: double click them in the GUI to see the differences, and it gets automatically removed form the list since I'm only showing files with differences, without launching any compare viewer).
I have timestamp comparison turned off, but it seems like timestamps are the only differences in the files! For example, I create a brand new session and compare just the two .jar files. They are different (red), but by simply turning off timestamp comparison, they are not different.
It seems like the behavior is just different if folders are your root element in the compare. Does anyone have any ides how I can get around this? I've tried turning on the 'Always treat archive files as folders' option, and I get the correct files marked as different, but when I 'copy to folder', the .jar files that are actually different are recreated, containing only the different files!
Keep in mind that I'm ultimately planning on scripting this, so it has to work from a script!
Thanks!
--pete
I have timestamp comparison turned off, but it seems like timestamps are the only differences in the files! For example, I create a brand new session and compare just the two .jar files. They are different (red), but by simply turning off timestamp comparison, they are not different.
It seems like the behavior is just different if folders are your root element in the compare. Does anyone have any ides how I can get around this? I've tried turning on the 'Always treat archive files as folders' option, and I get the correct files marked as different, but when I 'copy to folder', the .jar files that are actually different are recreated, containing only the different files!
Keep in mind that I'm ultimately planning on scripting this, so it has to work from a script!

Thanks!
--pete
Comment