Forum Discussion

Labisch's avatar
Labisch
Member
5 years ago
Solved

Git Branch in SoapUI differs from the branch in the working directory

I use SoapUI Pro in REadyAPI 2.7.0, the project has its own directory and version control is done with tortoise git 2.9.0.0, git version 2.16.2.

 

When I select "git/switch branch" in SoapUI, it lists refs/heads/master as the current branch.

When I use tortoise git on the directory where the SoapUI Project is, it claims to be on a different branch (actually the feature branch I want).

Can someone explain this?

If I want to switch in SoapUI to that feature branch, i get an error message about uncommitted changes; there are no uncommited changes when I look at it from tortoise git.

 

How can I solve the problem and have SoapUI accepting that we work on the feature branch?