views:

7295

answers:

10

What Subversion Plugins exist for Visual Studio?

+1  A: 

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

abatishchev
+39  A: 

Visual Studio Plugins

Visual Basic 6 Plugin

Microsoft Source Code Control (SCC) SVN API Provider

Related topic:

George Stocker
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
+4  A: 

AnkhSVN has worked very well for me in the past.

MattK
+10  A: 

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!

petr k.
Agree 100%! +1 from me!
Rob Cooper
+1 from me ... i tried the old version and it was a bit ropey, the new version is very good!
WestDiscGolf
+2  A: 

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)
gbjbaanb
SVNSCC: Last version for Subversion 1.0.X
Bert Huijben
SVNvb6: Last version in 2006. (Might still work as it uses TortoiseSVN)
Bert Huijben
AnkhSVN 1.x/0.X doesn't work with VS6, only with VS 2002/2003.
Bert Huijben
+8  A: 

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). ;)

Dan Rigby
+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
+1  A: 

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

Alexander
A: 

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.

Scott A. Lawrence
+2  A: 

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.

Sundar
A: 

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

Blake7