John K
John K

Reputation: 28917

How to configure Visual Studio 2012 to use Beyond Compare 3

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.

Upvotes: 1

Views: 8005

Answers (3)

BJ Patel
BJ Patel

Reputation: 6278

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..

Upvotes: 1

Stuart Thompson
Stuart Thompson

Reputation: 1859

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

User tools configuration dialog in VS2012

Upvotes: 3

Lazy Badger
Lazy Badger

Reputation: 97345

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

Upvotes: 0

Related Questions