Forum Discussion
nicorette
13 years agoOccasional Contributor
linkon1 wrote: Any news on this one?
It still exists in latest nightly-build:
soapUI Pro 4.5.1.1-SNAPSHOT
Build [internal], Build Date 2012/11/20 00:57
As many other SoapUI Pro users we're using SVN, and "normalize line breaks" seems to be the simple solution for us to keep our files (approx 50-70 SoapUI projects) in a consistent format. Right now we're facing constant differences due to "end-of-line" changes.
By using "normalize line breaks" - we would have all consistent format of all files - and only the files that really are modified would be committed to SVN.
By having a lot of files "changed" by end-of-line differences - our tester's and developer's will have constant problems when they are working on same project (different files/testsuites/testcases) - due to the many conflicts at check-in time.
But - the generation of the tmp files makes this feature hard to use - as you will not be able to save / reload the project (without removing all tmp files after save...) locally when developing your tests in SoapUI!
Hello linkon1,
you described the same situation as in our company.
We are also annoyed that this bug still exists and it seems that SoapUI-Support not cares about it anymore. As workaround we use a shell-script which normalizes every XML file recusivley before check in.