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?
Asked
Active
Viewed 2.6k times
50
-
The proper "Pending Changes" windows is also not availabe in this situation. – Marcel Feb 10 '15 at 14:35
3 Answers
122
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:
23
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
Double click on the Pending Changes will show the change in WinMerge:

mitaka
- 2,159
- 1
- 30
- 30
4
- Go to Tools/Options
- Select Source Control/Plug-in Selection
- Under Current source control plug-in select AnkhSVN - SubVersion Support for Visual Studio

Niraj Kheria
- 93
- 5