vote up 10 vote down star
8

Are there any?

flag

75% accept rate
Why close? There's no duplicate, at least based on my searching. – George Stocker Jan 17 at 16:01
Yeah, i couldn't find one either. Unfortunately, i'd already clicked "close" before finishing my search... old habit that doesn't work so well with the new vote-to-close feature. Oops... – Shog9 Jan 17 at 16:04
LOL. Did you know it takes 4 to close now? Turns out that's not a bug. – George Stocker Jan 17 at 16:04
I clicked on close but then realized that it's not an exact duplicate (but still answer can be found in 1 second via Google). I find it inconvenient that it is impossible to recall my vote (like it made for question voting for example) – aku Jan 17 at 16:09
Yeah... I suggested an "undo close" on UV a few days ago, but can't for the life of me find the suggestion now. Bah, UV search sucks. – Shog9 Jan 17 at 16:12
show 7 more comments

9 Answers

vote up 33 vote down check

Visual Studio Plugins

Visual Basic 6 Plugin

Microsoft Source Code Control (SCC) SVN API Provider

Related topic:

link|flag
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 at 14:31
vote up 9 vote down

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!

link|flag
Agree 100%! +1 from me! – Rob Cooper Jan 17 at 16:07
+1 from me ... i tried the old version and it was a bit ropey, the new version is very good! – WestDiscGolf Feb 10 at 10:15
vote up 7 vote down

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

link|flag
+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 at 2:28
vote up 4 vote down

AnkhSVN has worked very well for me in the past.

link|flag
vote up 2 vote down

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)
link|flag
SVNSCC: Last version for Subversion 1.0.X – Bert Huijben Jan 18 at 21:02
SVNvb6: Last version in 2006. (Might still work as it uses TortoiseSVN) – Bert Huijben Jan 18 at 21:03
AnkhSVN 1.x/0.X doesn't work with VS6, only with VS 2002/2003. – Bert Huijben Feb 10 at 10:05
vote up 1 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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