TFS 2010 Source Branches Never The Same
Posted
by Lukasz
on Stack Overflow
See other posts from Stack Overflow
or by Lukasz
Published on 2010-04-16T12:59:14Z
Indexed on
2010/04/16
13:03 UTC
Read the original article
Hit count: 236
I have my root branch lets call it Alpha and one branch that was branched from that root lets call it Beta. I made some changes in the Beta branch and merged them back to Alpha. In theory now Alpha and Beta should be identical branches and when I do a diff they are identical. If I attempt to merge Alpha with Beta again without making any changes the changes I originally merged from Beta to Alpha will merge again from Alpha to Beta. Completing that merge and checking in the branches are the same. Now I can merge again.
I can do this over and over again with no end. I was just wondering if anyone has ran into this problem before and how it can be fix. At first I thought it was harmless but when I make more changes in the Beta branch and merge the new changes as well as the original changes get merges overriding changes to these files making a mess.
Thanks!
© Stack Overflow or respective owner