vote up 0 vote down star

Using the TFS merge tool, I can click on the left side and the right side to keep both changes/conflicts. This is needed when I add a method and another team member adds a method in the same place and I need to keep them both. In WinMerge (file merge, not folder), it seems that I can only overwrite the right with the left. Is it possible to make WinMerge copy the left to the right, and keep the right?

flag

3 Answers

vote up 1 vote down check

Check out KDiff3... best free three-way merge tool out there.

link|flag
vote up 0 vote down

Yes, you need to go into the file comparison window (by double-clicking on an entry in the folder comparison window) which will show groups of differences (lines in the files). In this window, you can move stuff between left and right any way you want, using the toolbar buttons or keys (Alt-Left, Alt-Right, Alt-Up, Alt-Down).

link|flag
This is what I was doing, but the problem is that when you move Left to Right, the Left will OVERWRITE the Right... and I don't want to have to do that, I want to add the Left to the Right, and keep the Right also... – NotDan Jul 14 at 20:43
Obviously the merge tool is not as good as a human. If it's not doing what you expect, manually copy & paste the lines to how you want them. – Vinay Sajip Jul 14 at 21:04
vote up 0 vote down

I think you're looking for Merge capability. I've seen it in TortoiseMerge but not in WinMerge (though there may be some way to do it). Can you simply copy-and-paste manually from one side to the other?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.