Hello:
I am investigating using UltraCompare as an automated reporting tool for auditing a code repository for compliance. To that end I'm utilizing UltraCompare's command-line functionality to run a folder comparison ignoring date/time differences, white space, line feeds, etc. However, I can't figure out how to get it to output only the differences. Is there a switch I'm missing somewhere for that? When I run the comparison through the interface with my filters in place, everything looks great. However, the text report generated at command-line doesn't appear to flag whether a file is considered the same or different, only whether it exists in both places. Then, a count of the totals I need is at the bottom. If I could get a file with only the differences that would be ideal, but having a flag per line that I can programmatically parse would be acceptable as well.
Any help is appreciated!
Thanks.
I am investigating using UltraCompare as an automated reporting tool for auditing a code repository for compliance. To that end I'm utilizing UltraCompare's command-line functionality to run a folder comparison ignoring date/time differences, white space, line feeds, etc. However, I can't figure out how to get it to output only the differences. Is there a switch I'm missing somewhere for that? When I run the comparison through the interface with my filters in place, everything looks great. However, the text report generated at command-line doesn't appear to flag whether a file is considered the same or different, only whether it exists in both places. Then, a count of the totals I need is at the bottom. If I could get a file with only the differences that would be ideal, but having a flag per line that I can programmatically parse would be acceptable as well.
Any help is appreciated!
Thanks.