Forum Discussion

MC's avatar
MC
Contributor
16 years ago

Composite projects and subversion

I have soapui pro 2.5.

According to http://www.soapui.org/userguide/project ... jects.html,
I should use composite projects for "team collaboration". Does this source code
control, like subversion?

I have a composite project which I've checked into subversion. My colleague checks it
out and gets the directory structure (so far, so good). S/he renames a test case (say).
Do they have to independently rename the subversion entry? Doesn't that break the
naming abstraction between the composite project and underlying file system?
Same thing if I add a new test case, which adds a new file underneath.

Ideally I'd like to checkout a project from subversion, modify it, and then update the changes in subversion all from within the soapui ... ummm ... UI. Thanks.

2 Replies

  • Robert_Nemet's avatar
    Robert_Nemet
    Occasional Contributor
    Hello,

    Composite project is support for team collaboration. It is not source code control, it just splits old project file in separate files. Renaming test case/test suite etc.. should be in sync with file system.
    Generally file and item should have same name.
    Obviously this should be fixed..Thanks.
    Adding new test case should add new file.

    Robert.