Forum Discussion

robjahn's avatar
robjahn
Contributor
14 years ago

SVN and Composite project Issues

Have issue where I rename a test suite and when go to check into SVN, the orginal test suite gets checked again and the new one does not get updated.

To prove this out, I just made a simple composite project with 2 test suites each with 2 tests cases each.

Attached are screen shots and here are versions of software we are using:

TortoiseSVN 1.6.16
SoapUI 4.0
Subversion version 1.6.3 (r38063)

Attached are screen shots

I understood this was resolved in previous releases, so perhaps there is a certain setup I need to have in SVN or the soapUi project or perhaps some checkin/out process I need to follow. Please advise.
  • Hi,

    this issue is reported and prioritized in our product backlog (SOAPUI-2883).

    Regards,
    Vladimir
    SmartBear Software
  • Hi!

    this issue is actually documented on TortoiseSVN's site - basically any renaming operation
    needs to be performed from SVN context. Otherwise we need to perform
    additional check-for-modifications operation.
    So if you rename test case from within soapUI and then do check-for-modification
    from TortoiseSVN, you should be able to get working and updated project.

    Documentation is here - http://tortoisesvn.net/repairmoves.html

    Hope this helps!

    Vladimir
    SmartBear Software