AnkhSvn is installed but not working in Visual Studio 2013

SvnVisual Studio-2013Ankhsvn

Svn Problem Overview


I have installed Visual studio 2013 , and I have installed AnkhSvn-2.5.12266.msi for svn, but this "Add-On" is not available in Visual Studio. Why?

Svn Solutions


Solution 1 - Svn

It is there. Just change the source control options in visual studio to use Ankh instead of TFS.

Go to Tools/Options/Source Control/Plug-in Selection, select the AnkhSVN plug-in.

Then restart visual studio and you are good to go. Its working perfectly for me.

Or reinstall the complete ankhsvn client. As this guy here:

https://stackoverflow.com/questions/15276020/ankhsvn-settings-menus-not-showing-up-in-vs2012

Solution 2 - Svn

To add to previous answer I'd like to set up WinMerge as external Diff and Merge Tools after setting the source control plug-in (you have to install WinMerge first):

Visual Studio -> TOOLS -> Options -> Expand the "Source Control" Node

VS2013 AnkhSVN Plug-In Selection

VS2013 Subversion User Tools

Double click on the Pending Changes will show the change in WinMerge:

enter image description here

Solution 3 - Svn

  1. Go to Tools/Options
  2. Select Source Control/Plug-in Selection
  3. Under Current source control plug-in select AnkhSVN - SubVersion Support for Visual Studio

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionmirzaView Question on Stackoverflow
Solution 1 - SvnVincentView Answer on Stackoverflow
Solution 2 - SvnmitakaView Answer on Stackoverflow
Solution 3 - SvnNiraj KheriaView Answer on Stackoverflow