I first want to congratulate Microsoft on releasing a diff tool that
is significantly better than any of their previous versions. I would
also like to thank the developers for giving us a way to change the
default tool to something else.
Personally I prefer using Beyond Compare. There are a number of reasons why I like it better but in the end it just comes down to what you are familiar with and personal preference. If you are still stuck in the stone age using tools like WinDiff, SourceSafe give it a try, it is free for 30 days. Anyway, here is how you change the default diff/merge tool in Visual Studio. I know this works in 2005 and 2008. From what I recall the menus are pretty similar in each version.
Now you are ready to enter the configuration for whichever tool you choose to use. Below is what I entered for Beyond Compare. Compare Settings: %1 %2 /title1=%6 /title2=%7 Merge Settings: %1 %2 /savetarget=%4 /title1=%6 /title2=%7 If you are not using Beyond Compare here is a post by James Manning that lists settings for different compare and merge tools including WinDiff! |