1

I would like to configure Visual Studio 2012 to open Beyond Compare by default as the diff tool. How can I do this?

I can't find an appropriate solution from http://www.scootersoftware.com/support.php?zz=kb_vcs#svn

Note: The same SO question about VS 2010 is here but 2012 differs.

Community
  • 1
  • 1
John K
  • 28,441
  • 31
  • 139
  • 229

3 Answers3

3

The VS 2010 instructions work in VS 2012: How to configure Visual Studio to use Beyond Compare

User tools configuration dialog in VS2012

Community
  • 1
  • 1
Stuart Thompson
  • 1,839
  • 2
  • 15
  • 17
  • 2
    NOTE -- it's important to say BComp.exe and not BCompare.exe. I got a file not found on the server's copy when I used BCompare.exe – 101010 Aug 28 '13 at 23:40
1

In Visual Studio 2008 + , go to the

Tools menu -->  select Options 

enter image description here

In Options Window --> expand Source Control --> Select Subversion User Tools --> Select Beyond Compare

and click OK button..

BJ Patel
  • 6,148
  • 11
  • 47
  • 81
  • This doesn't work when you use `Microsoft Git Provider` as your Source Control. `EDIT:` This does work for SVN and answers OP's questions, just wanted to add in for future readers as I didn't see SVN specifically in the OP's question, but noticed it later as a tag. – RoLYroLLs Jul 16 '13 at 17:51
0

Configure SVN to use BC, if you can't find old settings in new interface

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110