Andreas Zenker

a boy named goo

Friends Don't Let Friends Use VS Merge Tool

There are many things that Visual Studio does so well out-of-the-box, and then there is merging conflicts. The built-in merge tool is about as helpful as high beams on your car on a foggy night. The screen is full of information you just can't tell what it means.

Other merge tools, such as WinMerge will make your manual merge experience much more pleasurable and cut down on bad decisions brought about by information obfuscation. Fortunately you can change the defaut merge tool in Visual Studio. The blog entry that I have been using as my guide in this lately is this good write-up  

Replace diff/merge tool in Visual Studio Team System with WinMerge | paulbouwer.com

Quote from his blog:

One thing I cannot get used to is the basic diff/merge tool. Where is the detail ? The screenshot below demonstrates the basic nature of the diff tool built into Visual Studio Team System. There is no indication of the number of differences between the files being diff’ed or even the actual differences on a particular line …

 

Posted on ASP.NET Weblogs        © Copyright 2011 - Andreas Zenker

Posted: Sep 16 2011, 04:05 PM by azenker | with 3 comment(s)
Filed under: ,

Comments

bclover said:

Friends convince friends to use Beyond Compare.

# September 16, 2011 11:39 PM

SGWellens said:

WinMerge is fantastic, one of my top ten free tools.

# September 17, 2011 8:46 AM

AndrewSeven said:

Does anyone know why MS hasn't shipped a good merge tool or why the UI tools for TFS seem to be of a quality level that is well below the quality level of the server?

The default one seems like the one that came with Visual Source Safe all those years ago.

# September 19, 2011 10:03 AM