up vote 41 down vote favorite
5
share [g+] share [fb]

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.

link|improve this question

1  
It might be handy to know the versions you where comparing here – Kennethvr Oct 29 '10 at 7:28
feedback

9 Answers

up vote 38 down vote accepted

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Here is a funny story: I managed to corrupt one SVN repository with AnkhSVN last year. All I did was moving around the files. Thanks AnkhSVN!

I've been sticking with TortoiseSVN ever since. :)

link|improve this answer
7  
Corrupt in what way? You can't corrupt a repository using an SVN client. – Sander Rijken Apr 5 '10 at 20:53
1  
Sander Rijken: Back in summer of '07, in a project with two members we decided to move a bunch of classes to a more logical namespace (which involves moving files to another directory and updating the csproj file behind the scenes) and AnkhSVN had some trouble swallowing that as a commit. Eventually it did but then we could not update or check out the latest revision and commit anything. So we had to create a new repo, import all up to the next to latest revision and redo the thing manually. This is old news by now and I'm pretty sure AnkhSVN team has fixed it by now. – Spoike Apr 6 '10 at 5:58
feedback

Not questioning your judgment here, just making sure you're comparing apples to apples.

So has anyone here actually tried both the 1.5 version of VisualSVN and the 2.0 version of AnkhSVN? I use VisualSVN at home and would love to use it at work, but they won't pay for it, so I'm really tempted to just buy the license myself...but if the new AnkhSVN is comparable (or better) then I'll just switch to that.

link|improve this answer
I bought the license myself - the integration and shortcut menus in VisualSVN are (in my opinion) far superior to AnkhSVN's. The company has since bought it's own licenses :o) – Andrew Apr 20 '11 at 9:22
feedback

I had issues similar to Michael with AnkhSVN, but I'm using VS2008, that may be causing the problem.

link|improve this answer
feedback

@Jeff, Bloody hell, what's the time out there right now? Get some sleep!

@thelsdj, I used to really miss the integration when I switched to Tortoise SVN and now when I use TFS at work, it actually gets on my nerves. Maybe try that. I used to pooh pooh anything that didn't have integration, I thought I couldn't or wouldn't live without it.

link|improve this answer
feedback

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.

link|improve this answer
2  
The concept of VisualSVN is clever, but when it starts to outsmarts you, it have to stop. What is anoying me is that it want to put every single file in an projectfolder in the svn repository, but it so happens that I want to have files there, not for svn to have.. – neslekkiM Oct 1 '08 at 18:04
Whenever it's done this I simply right-click those file(s) and revert the add. – Duncan Smart Oct 2 '08 at 9:13
1  
IMHO this annoyance is not introduced by VisualSVN, it is because of the basic assumption of SVN or CVS in general, that everything in a repository is meant to be versioned. If you need an exception from this rule, you can tell SVN about this by adding an ignore-pattern to that folder and you are done. This way SVN will also not bug you in the future to add this file. – Simon D. Jun 12 '10 at 9:39
feedback

I just tried Anksvn and found it good.

link|improve this answer
feedback

I prefer UnifiedSCC

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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