Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What Subversion plugins exist for Visual Studio?

share|improve this question
It is a duplicate. stackoverflow.com/questions/102324/… – Kyle Trauberman Jan 17 '09 at 16:33
9  
Well no, it's not. Those ask if it's better to use one or the other, this asks if one exists. If they didn't know the answer to this question, they couldn't ask the subsequent question of which is better. – George Stocker Jan 17 '09 at 16:51
Yeah, i agree the question should stay open. We've had so many Ank/VisualSVN discussions that i was sure this had been asked before, but as far as i can tell most prior discussions were more specialized (as is the case with the link from ktrauberman) – Shog9 Jan 17 '09 at 17:49

12 Answers

up vote 83 down vote accepted

Visual Studio Plugins

  • VisualSVN (Free Community License or 30 day trial)
  • AnkhSVN Plugin (free - open source)

Visual Basic 6 Plugin

Microsoft Source Code Control (SCC) SVN API Provider

Related topic:

share|improve this answer
SVNSCC seems to be abandoned. There's no source available for it. When I tried it, the registry file it ships with doesn't work--even after updating it according to the install instructions they ship. – Scott A. Lawrence Mar 19 '09 at 14:31
1  
AnkhSVN is just great!! – Shimmy Nov 9 '11 at 20:35

AnkhSVN is the (free) weapon of choice.

It has made a considerable progress recently, when it was rehauled from VS add-in into full blown VS source control provider, thus providing seamless integration in the same way SourceSafe is available in VS. I was very happy to see that happen!

share|improve this answer
2  
Agree 100%! +1 from me! – Rob Cooper Jan 17 '09 at 16:07
1  
+1 from me ... i tried the old version and it was a bit ropey, the new version is very good! – WestDiscGolf Feb 10 '09 at 10:15
2  
Ankh SVN is the best SVN machine! and it's free! I can't understand why someone will want to use a different app that costs $$ – Shimmy Nov 9 '11 at 20:41

I've use Visual SVN at work and am a big fan of it, but it's a pay tool ($49). It's basically Tortoise SVN integration inside of Visual Studio with some more bells and whistles like visual indicators on which files have changed and which portions of a file have changed since last commit.

I've used AnkhSVN as well (briefly) and my preference is for Visual SVN, but Ankh is free and gets the job done without costing you anything.

EDIT: Just visited the AnkhSVN website. The project has progressed a lot since I used it. So it looks to me like VisualSVN and Ankh are on equal footing these days. The only thing that would keep me from switching now is that I'm too used to the Tortoise SVN icons (Visual SVN uses the same ones). ;)

share|improve this answer
3  
+1. Also been using VisualSVN for a while now and think it's a fantastic product, though the new version of AnkhSVN looks like it's been completely overhauled since I last used it and is now a viable free alternative to VisualSVN. – Mun Jan 18 '09 at 2:28
1  
VisualSVN provides the Community License which is free and works on non-domain machines. – bahrep Aug 23 '12 at 8:57

AnkhSVN has worked very well for me in the past.

share|improve this answer

there's several:

  • SVNSCC is a SCC API provider
  • SVNvb6 is a free one for VB6
  • AnkhSVN is free, there's v2 which works with newer Visual Studios, and v1 which works with older (VS6) ones.
  • VisualSVN is a commercial plugin (but its cheap and supports the excellent and free VisualSVN server)
share|improve this answer
SVNSCC: Last version for Subversion 1.0.X – Bert Huijben Jan 18 '09 at 21:02
SVNvb6: Last version in 2006. (Might still work as it uses TortoiseSVN) – Bert Huijben Jan 18 '09 at 21:03
AnkhSVN 1.x/0.X doesn't work with VS6, only with VS 2002/2003. – Bert Huijben Feb 10 '09 at 10:05

I like the Agent SVN plug-in. It works for me.

share|improve this answer
4  
+1 It does integrates nicely with Visual Studio. – high5 Aug 15 '12 at 2:34

you can it create manually just google it: visual+studio+tortoisesvn for example, http://blog.vorpal.cc/category/development/tortoisesvn-in-visual-studio.html

share|improve this answer

AnkhSVN didn't work on my PC. Don't know why. So i am using VisualSVN. Works fine for me.

share|improve this answer

I always felt TortoiseSVN isn't as good as either subclipse or ankhSVN. I've had some bad experiences with Tortoise initially - mainly usability and interface issues. Ankh is far better than what it was sometime back.

share|improve this answer

TUsvnAddIn - Free open source TortoiseSVN addon for Visual Studio 2005/2008/2010. It gives you TortoiseSVN access within visual studio.

share|improve this answer

I now have web site to my Tortoise SVN addin for visual studio (TUsvnAddIn). It is located here: http://www.visualstudioaddin.com/

share|improve this answer

There are a couple of commercial plug-ins I saw mentioned in this answer that you might consider:

The first can be used free for 30 days. To continue using it beyond that time, it's $27 per copy.

The second is free and fully-functional, with the "this is an evaluation" pop-up. To get rid of that, register it for $9.99.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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