07-15-2015 03:26 PM - edited 07-15-2015 03:29 PM
Hello,
I'm currently using TortoiseSVN for change control management of code. A rare, but too common, issue we face is that someone has uncommitted code on their machine.
We've developed some code to email notify the CORE team when uncommitted code is detected on a machine. We're able to identify which files have modifications, but we're looking to take it a little further and determine what the differences are; preferably between the repository version and local version if you are familiar with SVN.
I'm familiar with FileDiffer.exe, and have it linked easily to diff files in the TortoiseSVN GUI, but I'm looking for a way to do this and generate a dif report progammatically.
Does anyone know of a way to launch and programmatically generate a report xml from the TestStand File Diff/Merge tool without use of the GUI? Or if there is another tool or method out there capable of diffing sequences, please give suggestions.
07-15-2015 03:28 PM
I'm looking into the same for LabVIEW files... I've come up with the following options but have not identified a concrete way to generate a comparison report so far.