Is it possible to create a folder report script that does not include files with unimportant differences? I am thinking of something like:
folder-report layout:side-by-side options:display-mismatches,ignore-unimportant output-to:%3% output-options:html-color
I am comparing folder structures that contain java source that uses VSS for version control. The VSS comment block can be slightly different but the code is unchanged and I do not want them displayed in the folder report.
folder-report layout:side-by-side options:display-mismatches,ignore-unimportant output-to:%3% output-options:html-color
I am comparing folder structures that contain java source that uses VSS for version control. The VSS comment block can be slightly different but the code is unchanged and I do not want them displayed in the folder report.
Comment