Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Files listed as pending changes when doing merges that didn't change?

Tags:

merge

tfs

We've had this happen more than a few times were we consider it to be more than a fluke at this point. When we are merging back after we are complete with our branch there are way more changes then their should be. So most of the files showing as pending changes never changed (in most of the cases in neither the branch or the base). When i compare them (i use beyond compare) there are no differences. I haven't went through all the files that didn't change but in most cases it seems like they are marked as [merge] and the files that actually changed are marked as [merge,edit].

In one case we probably changed around a 100 files it pending changes showed more than 22,000 changes. We tried checking them in at one point thinking tfs would be smart enough to know what files changed and which didn't. But it checked in all files. Does anyone know whats going on and how to fix it?

We are running TFS 2012 w\ Update1
Everyone is using Visual Studio 2012 w\ Update 1.

like image 547
coding4fun Avatar asked Mar 25 '13 16:03

coding4fun


1 Answers

For anyone having the same issue a work around is to undo your pending changes. When you get the confirmation dialog choose "No to all". Only your pending changes should be left.

like image 182
coding4fun Avatar answered Nov 10 '22 17:11

coding4fun