Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
  1. Which is easier to use in a team environment?
  2. Which is less buggy?
  3. Which do you think is "better" and why?
share|improve this question
See also: stackoverflow.com/questions/423687/… – Bert Huijben Jan 23 '09 at 9:12

closed as not constructive by casperOne Dec 15 '11 at 21:06

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

18 Answers

I'm one of the AnkhSVN developers, so I shall not comment on which you should choose.

But why don't you try for yourself? VisualSVN has a 30 days trial, and AnkhSVN is free.

AnkhSVN 2.0 contains more new code, than code from AnkhSVN 1.X and AnkhSVN is now a real VAPI SCC provider. When comparing the products you should look at AnkhSVN 2.0 and Visual SVN (And not at AnkhSVN 1.X, as that is a completely different beast)

The current version of AnkhSVN and VisualSVN are both built on Subversion 1.5 and you can just switch between them.

When you are evaluating AnkhSVN 2.0 I would recommend looking at the preview of the next AnkhSVN too. On http://anhsvn.net/daily you can find daily builds with the latest fixes and new features.

[Note that the SCC VAPI implemented by AnkhSVN 2.0 is a different thing than the the old style MSSCCI api of previous Visual Studio versions. MSSCCI forced its implementation to use checkout-checkin with read only files, while the new one allows providing your own workflow.]

share|improve this answer
25  
+1 for transparency – Mike Robinson Feb 24 '09 at 22:46
14  
+1 for cool product :) – bleevo Sep 16 '10 at 0:05
20  
+1 for being unbiased – a b Dec 28 '10 at 9:47
4  
+1 for awesomeness – Alex Ford Feb 18 '11 at 22:43
5  
@paul23 "the best voted answer isn't a real question?" what? – Timmerz Jul 16 '12 at 12:31
show 3 more comments

I used AnkhSVN for a few weeks and deleted it frustrated afterward. After some research I found VisualSVN and what can I say: It's a seamless integration between Subversion/TortoiseSVN and Visual Studio. I used it about two weeks and ordered the full version afterward. I'm now quite happy with it for nearly two years and don't notice any serious bugs.

Sure, it isn't free. But for academic use or for OpenSource projects you can get a free license. And companies should spend the license costs, it's worth it!

So, what are the advantages:

  • See your changes in the realtime. All changed parts of a file are marked right there in the Visual Studio editor
  • automatically puts every created item under Subversion
  • VisualSVN allows you to perform refactorings transparently by standard Visual Studio means or third party tools (such as ReSharper). Complete history is preserved.
  • file management operations such as Drag&Drop, Copy&Paste and Save As are supported with also preserving complete history
  • Integral status is displayed for any versioned element in the Solution Explorer including files, forms, aspx-pages, folders and virtual folders
  • ...and many more...

Without VisualSVN I wouldn't have the leisure to make a repository for every project I code on. It's worth a try with the 30 days test period. :)

share|improve this answer
Can anybody find any info on the free-for-open-source VisualSVN license mentioned here? – Alex Lyman Sep 20 '08 at 18:28
You may find info on it in their EULA under Paragraph 5e. Earlier there was an additional contact-form for Student- and Open-Source-Licenses. I believe you may send a request for them by mail now. – Anheledir Sep 20 '08 at 23:54
3  
@marc_s: Did you look at a recent AnkhSVN version? AnkhSVN is a real SCC provider since 2.0.. so it supports every Visual Studio project type instead of just the few with special implementations in AnkhSVN 1.X and VisualSVN. It integrates much deeper than VisualSVN or AnkhSVN ever could before. – Bert Huijben Jan 23 '09 at 9:10
1  
@Bert Huijben: The integration of AnkhSVN as a SCC provider has advantages for sure. But there are scenarios where you want to use Subversion and TSS side-by-side. No way to use two SCC provider in VS at the same time. There should be a option to use AnkhSVN as "just" a plugin. – Anheledir Jan 23 '09 at 17:04
22  
Note that this answer was written in 2008 and does not apply to the current version of AnkhSvn – MGOwen May 5 '10 at 0:21
show 1 more comment

Today I did a bake off with ankh and visualsvn on 2 machines. On my very first operation, Ankhsvn failed to create the repository for a solution. It throws up a dialog with a red circle error icon, saying something about selecting a folder, but there is no folder to pick. There were no instructions or help for this when I clicked the help button. I even tried manually creating the repository and pointing ankh to it, with the proper url format, same error.

Then with visualsvn I had it out in the weeds in about 1 minute. It created the repository for the solution, no problem. Then I explored the menus for it a bit, and tried the commit. Bunch of added files to commit, okay looks right, but the commit hung somewhere. I got tried of waiting so I hit the x button. Bad idea. Now it won't do anything with subversion, says to cleanup, but cleanup won't run due to a lock -- a subversion lock I have to research I guess. So visualsvn is better than ankh on my bake off, and I did get visualsvn to work by starting over (deleted all the .svn folders) and letting the commit finish. Dialog text is cutoff too, I use hi-res with large fonts, need to test for this.

share|improve this answer

AnkhSVN is unbeatable IMHO.

The price is great (free), the features are superb and most important of all: it is actively developed with dailies occuring, hmmm, daily ;)

share|improve this answer
Interesting point about the dailies. VisualSVN's updates are few & far (relatively) between. Similar to R# vs Coderush. – CAD bloke Feb 16 '10 at 1:56
1  
VisualSVN doesn't need daily updates, because it's not needed. It is stable an reliable. AnkhSVN has hidden flaws that you would not encounter on a daily basis, but when you do something that AnkhSVN didn't think of, it can mess up a lot... – awe Jan 13 '12 at 7:56
I am interested in the hidden flaws you mention. What are they? – Stécy Jan 13 '12 at 18:21
1  
@Stécy they are hidden... – Timmerz Jul 16 '12 at 12:32
1  
@Timmerz - Thanks for stating the obvious ;) But still, if someone tells there are hidden flaws but does not prove it then it's just FUD. I just could easily say there are hidden flaws in VisualSVN ;) – Stécy Jul 17 '12 at 12:18
show 4 more comments

Same same but different. It's funny how those who never tried VisualSVN say that AnkhSvn is better. I used both. I am going back to Visual SVN for one single feature that i miss. "Revert this block only". If it saves me a few minutes a week - it's worth it.

share|improve this answer
1  
I use a diff viewer connected to AnkhSVN for this. (This shows the changes side by side, so I can tell what I'm reverting to). It is also planned as a future AnkhSVN feature. See feedback.ankhsvn.net and vote for your favorite features. – Bert Huijben May 16 '10 at 0:58

If cost was not an issue, I would definitely prefer VisualSVN. I tried both and VisualSVN seemed less buggy (especially when renaming files and/or folders through Visual Studio). In fact, my entire team used VisualSVN and I don't recall a single problem or moment of instability.

share|improve this answer

I used AnkhSVN for about a year and it worked very well. Though there were one or two times when it caused VS to hang, it didn't happen after I updated.

I haven't used VisualSVN...

Trying both or just go with AnkhSVN since it's free. If you like it great, if not try VisualSVN. You can't go wrong.

Also I typically use several SVN clients and tend to do different things with different clients. For example I like to browse the repository and diff with Tortoise, but I like doing merges by the command line client so I know exactly what's happening

share|improve this answer

AnkhSVN is free, which is a great price :-)

My only complaints with it are when a configuration setting gets messed up - good luck trying to figure out what to do. The documentation isn't very good, either. And a lot of buttons on the UI are always disabled, which is a little weird.

That being said, for the most part, it has a lot of functionality and the integration with VS is pretty nice. I like it.

share|improve this answer
VisualSVN 3.0 is also free when used in non-domain environment: visualsvn.com/visualsvn/purchase – Ivan Zhakov Aug 23 '12 at 11:21

Tried both. Sometimes free things are just too cheap. If you get my drift.

VisualSVN all the way. You could get one functional for 49$ or less.

share|improve this answer

I tried both and IMO AnkSVN is better. The features are almost the same in both products, but AnkhSVN just works, whereas VisualSVN could not connect to my repository.

What's even worse, the support for VisualSVN was non-exsitant. In lack of any alternatives, I posted to the VisualSVN support forum, but go no reply within the 5 days I checked. Since version 2.0 of AnkhSVN was released, it worked flawlessly on my system, so I really don't see any reason to ever give VisualSVN another try.

share|improve this answer
1  
You can't say that AnkSVN is better than VisualSVN just because you couldn't get VisualSVN to work. Your experience with the support forums also does not really tell anything about the product itself. I have tried both, and from normal use, i have experienced that VisualSVN is more reliable. With AnkhSVN there were some file operations I couldn't trust it to do right, and I ended up always using Tortouise for everything that wasn't just basic commit, revert or diff. When moving to VisualSVN, all this could be safly done within VS. – awe Jan 13 '12 at 8:09
3  
@awe: You don't have to agree, but I certainly can say it. Note that the OP subject starts with: "Which would you rather use". Besides, what else apart from my personal opinion based on my own experiences should I offer anyway? – Adrian Grigore Jan 17 '12 at 19:10

I have never used VisualSVN, but I use AnkhSVN every day, and I've never had a single problem with it yet (though, to be fair, I use TortoiseSVN for many things that I can't be bothered to figure out how to do with AnkhSVN).

share|improve this answer
What kinds of things are those? It'd be good to find out what users find hard to discover. Maybe we can improve those use cases – Sander Rijken Jan 23 '09 at 21:01

I tried both but ended up going with an alternative suggestion. Here's a post that describes how to integrate TortoiseSVN with the Visual Studio toolbar.

share|improve this answer

I think the main reason why I am using AnkhSVN is because it is installed as a Visual Studio Source Control plugin, rather than as an outside application that interacts with Visual Studio...

share|improve this answer
visualsvn is not an external app itself but an addon to vs just like ankh. some features defer to tortoisesvn, but most of the features are within vs. – John Sheehan Sep 19 '08 at 18:34
What's the benefit from acting as a Source Control Plugin? VisualSVN is also using the source-code highlighting and status symbols in solution explorer so I don't see any advantage of this provider-thingy. – Anheledir Sep 19 '08 at 18:40
Some of the advantages are: Seamless side by side support and switching between SCC providers. (TFS, VSS, Vault). Automatic locking of must-lock files and a more direct feedback as all Visual Studio projects and editors are designed to communicate directly with real SCC providers. – Bert Huijben Sep 19 '08 at 21:06
And in one of the next updates AnkhSVN will add complete enlist support. Opening web sites and out of working copy projects automatically like the big SCC providers can. (Including creating website mappings in IIS for http:// websites) – Bert Huijben Sep 19 '08 at 21:08
I'd rather have the tool not be an SCC provider, so I don't have to switch provider when working on different projects. VisualSVN is great here, it automatically detects if its on a SVN project, otherwise it is silent. Very useful, as I use SVN, Mercurial and TFS for different projects. – Robert Jeppesen May 11 '10 at 10:40
show 1 more comment

I can't recommend using Ankh SVN. There are two problems I have with it. Firstly it only works at the level of your source code. We have various tools and libraries in folders above the source code folder which frequently get missed in commits. Secondly it's not reliable. It frequently (at least one or twice a week) randomly excludes files from commits. I've even been in a situation where a local file and a repository file have got out of sync so committed changes don't end up in the repository.

share|improve this answer

I haven't tried either of these yet, but I'll be trying AnkhSVN first. It looks like if I have problems (other than SVN's inherent frustrations), the Ankh team is pretty responsive and interested in all the details.

Has anyone used VSTortoise?

share|improve this answer
VsTortoise is nice; basically a nice interface to run the usual TortoiseSVN interface operations from within Visual Studio without the baggage of MSSCCI. – adzm Mar 30 '11 at 12:42

We use Ankh+Tortoise here, and Ankh hasn't quite handled the 2.0 transition yet for our system. Trying to update or commit a project within visual studio if the project is in a working copy of the entire repository, it will try to work above the folder level of the project and update everything. That's probably an issue with how our repository is set up (the guy who did it had no clue what he was doing), but Ankh should still be able to compensate. Tortoise has been pretty solid, though.

BTW, I'm also in Madison.

share|improve this answer
1  
Did you see the File -> Subversion -> Change Sourcecontrol option where you can specify which folder you like to update? – Bert Huijben Sep 19 '08 at 15:16
This is kind of late now, but I did think of something else. Using 'Change Sourcecontrol' does work about 9 times out of 10. It's just every once in a while for some reason I still see this. – Joel Coehoorn Sep 23 '08 at 16:53
@Joel: Can you please contact me via AnkhSVN support to resolve your issue? – Bert Huijben Sep 30 '08 at 23:18

ankh is free VisualSVN is not. VisualSVN worked right out of the box. Ankh had issues for me in VS2k8. Get what you pay for...

share|improve this answer
VisualSVN is free on non-domain machines! – bahrep Aug 23 '12 at 8:55

I had problems with AnkhSvn when I tried it 12 months ago. I uninstalled it and went with VisualSVN which has been trouble free since.

share|improve this answer
1  
What problems did you have? Not a very clear answer. – mattruma Sep 20 '08 at 13:25
1  
12 months before September 19th means it was the 1.0.3 version. As Bert said, lots and lots of that has been rewritten to be more stable, and work better with VS2005+. 1.X was designed for Visual Studio .NET released in 2002 and Visual Studio 2003. – Sander Rijken Jan 23 '09 at 21:00

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