vote up 0 vote down star

I found a great article on integrating different diff and merge tools with Visual Studio 2005 and 2008: http://blogs.msdn.com/jmanning/articles/535573.aspx.

Does anyone know how I might integrate a tool like KDiff3 in the same way with Visual Studio.Net 2003? I would like to have KDiff3 be the default diff tool when I use the "Compare Versions..." menu item in the Solution Explorer.

For our source control, we're using Team System 2005, using the msscci provider to integrate.

flag

43% accept rate

2 Answers

vote up 0 vote down check

Thank you for that question and comment. It got me to realize the compare was coming from VS2005, even though I'm using VS2003, because the msscci provider I'm using for source control integration is the VS2005 version.

So, by going into VS2005 and using "Configure User Tools...", it forces 2003 to use the same tools.

link|flag
No Problem. I've never used Team System 2005, so I would never have gotten there... – Jason Punyon Feb 4 at 14:44
vote up 1 vote down

What source control system are you using?

With certain systems you can specify what diff tool you'd like to use. Perforce has this...and I believe VisualSVN lets you choose what diff tool as well.

If you've got VSS...I think you're out of luck...

link|flag
I'm using Team System 2005 with an msscci provider to integrate the two. – Mark A Johnson Feb 4 at 14:35

Your Answer

Get an OpenID
or

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