(Using Visual Studio Professional 2015)
I'm am trying to check in a *.js to our TFS. The "Resolve conflict" windows shows this file as conflict and offers me only two choices "Take Server Version" and "Keep Local Version".
What I would like to do is "Keep Local Version".
If I click "Keep Local Version", I get
Error One or more warnings occurred while resolving. Full information on these warnings is available in the Output Window.
In Output Window:
The item [My item] already has pending changes.
If I click "Keep Server Version", I get The file is deleted from my local environment. (I checked and at this point, this file doesn't exist on TFS nor in my local environment. Then recreate it, I get back at the starting point of this question.
This happens since some time ago, on of my colleagues moved a lot files/folders into a subfolder. But all conflicts/problems have been solved since then. Only this files keep causing problem.