I am working in the SoapUI(ReadyAPI 1.3.x) composite project hosted in bitbucket.
For the code management I use SourceTree.
When ever I pulled a new project and plug it in to soapUI, the first time the project gets saved, the source tree shows as allmost all the files chaged.
When I look at the file changes, I don't see a visible content change.
Ex: [1] I have few image files in my test suite, the source tree shows the files are removed and added back to the same location (Basically they show as moved, obviously to the same location).
[2] xml test cases also shown as updated , but basically the content remains the same.
It looks like the soaUI changes the file binaries, and that changes is picked up by the source tree.
This is kind f annoying, I tried adding a .gitattributes the following config for every file type.
*.xml diff=tex
But no luck...
Does anyone have any clue ....?