AnkhSVN versus VisualSVN

Visual StudioSvnVersion ControlVisualsvnAnkhsvn

Visual Studio Problem Overview


I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN?

AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. So right there unless I'm missing some great feature of VisualSVN I don't see any reason to switch.

Visual Studio Solutions


Solution 1 - Visual Studio

I used VisualSVN until Ankh hit 2.0, and ever since, I've abandoned VisualSVN. Ankh has surpassed VisualSVN in functionality, in my mind, and all the 1.x perf and integration issues are gone.

Solution 2 - Visual Studio

I recently tried Ankh but quickly switched back to VisualSVN. Because:

  • Better commit dialog (use UI of tortoise)
  • No refresh problems (which i had using ankh) Imho visual svn is easilty worth its money

Solution 3 - Visual Studio

For me, VisualSVN is pretty, but useless. AnkhSvn on the other hand, after it came in v2 as an scc provider, it works very good. VisualSVN tries to think for you, which is not an good thing, the user should be the controller, not the software.

Solution 4 - Visual Studio

The main thing is that VisualSVN uses TortoiseSVN for nearly all of its UI. So you only really have to set up one client (preferred diff viewer, etc), and you can take advantage of things like the same "Previous messages" button on the Commit dialog, whether you're committing from Explorer or 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
QuestionthelsdjView Question on Stackoverflow
Solution 1 - Visual StudioBrad WilsonView Answer on Stackoverflow
Solution 2 - Visual StudioGluipView Answer on Stackoverflow
Solution 3 - Visual StudioneslekkiMView Answer on Stackoverflow
Solution 4 - Visual StudioDuncan SmartView Answer on Stackoverflow