AnkhSvn is installed but not working in Visual Studio 2013
Asked Answered
H

3

50

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?

Hildegaard answered 19/11, 2013 at 10:11 Comment(1)
The proper "Pending Changes" windows is also not availabe in this situation.Deferred
V
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:

AnkhSVN settings menus not showing up in VS2012

Vespertilionine answered 19/11, 2013 at 12:29 Comment(0)
G
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

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

Grinnell answered 11/2, 2014 at 15:38 Comment(1)
Although my problem was solved , your answer is correct.Hildegaard
A
4
  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
Allotment answered 17/11, 2015 at 18:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.