Team Explorer Everywhere fails to auto merge conflicts and fails to display resolve conflicts screen in Eclipse

erin c picture erin c · Feb 26, 2013 · Viewed 7.8k times · Source

Our software group is using Team Explorer Everywhere Eclipse plugin on Eclipse Helios Our OS is Debian Lenny. Some of the team members are experiencing some weird behavior when they have conflicting changes and when they get the latest.

For instance, right now when we get the latest:

Bunch of conflicts return

"Unable to perform the get operation because you have a conflicting property +x" error.

Then another bunch returns

"Unable to perform the get operation because you have a conflicting edit" error.

Then below all these warning messages eclipse displays the following error:

"Resolving multiple conflicts requires a single resolution type".

Instead of displaying the resolve conflict screen, eclipse does nothing, everytime we get the latest we receive these error messages, so we stare at the screen clueless about how to fix this error.

conflicting property +x error makes me think that there is some permission conflict between the source control and workspace, Though I am not quite sure what we are doing wrong.

Can somebody shed some light on what might be the issue here?

Answer

DanM7 picture DanM7 · Jan 28, 2016

This does seem like a bug. I get this all the time, and use two work-arounds:

1) Go to each conflicting file and do "Get Latest". When you do this file by file instead of project wide, any conflicting files will bring up the Resolve window.

2) At the project level, instead of "Get Latest" do "Get Specific Version" and choose "Latest" with the option to Force the download. That option is usually a checkbox with text like "Force get of file versions..." or something like that.