I have some XSD's files which I generate classes for using the XSD.exe
utility from MS.
I use the pre-build to check-out the generated code classes file and the post to check back in.
Since there are several developers working on the same project and this is happening every time each decides to rebuild we keep getting conflicts on it which is not real conflicts (simply caused by a slightly different xsd tool version which is included somewhere in the header of the generated cs file).
To resolve this I wanted to first compare the XSD's content with the source server and only then perform the operation of the check-out + check-in.
Is there a way to do this using TFS?
Note: I tried using the diff command in the tf.exe but it does not return an exit code which i can use to know the result of the compare.
Any help would be much appreciated...