Unable to resolve pending changes after renaming a folder

tfsvisual studio 2012

I renamed a folder correctly in Visual Studio (shows as a move) but after merging down to the parent branch, I've now got numerous conflicts that I'm unable to resolve.

They show up in the 'Resolve Conflicts' window with the Description, 'You have a conflicting pending change.' against each conflict.

enter image description here

If I try to resolve by taking the server or the local version, they disappear but reappear seconds later.

I've tried tf undo * /recursive from the parent folder but that reports 'no pending changes to undo' and I've tried delete the entire folder and 'Get Specific Version..' and forced over-write but nothing I do can get rid of these conflicts.

Best Answer

I ended up deleting the workspace and re-getting the latest code before trying the merge again, and everything worked fine. I'm guessing there was some sort of corruption in the workspace.

Related Topic