Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which plugin do you use for SVN in Visual Studio? [closed]

I'm considering using SVN for my .Net projects, and I'd like to know what plugins are available for integrating the source control capabilities directly into the Visual Studio IDE.

I already know about the following Visual Studio extensions:

  1. VisualSVN, which seems great but is not free. It is implemented as a low-level VS package extension. Is anyone using it?

  2. AnkhSVN, which is free but I've heard it's a bit buggy. It is implemented as a VS add-in extension. Is anyone using it? are you experiencing problems? Edit: The 2.0 version is a complete rewrite and seems to solve the problem I've heard about (which were related to the 1.x versions)

  3. Edit : TortoiseSVN + Mindscape's FileExplorer VS Extension, which is not a real IDE integration but somewhat eases the use of TortoiseSVN from Visual Studio.

Edit : I've found a few comparison posts between AnkhSVN and VisualSVN here, here and here.

like image 813
Brann Avatar asked Jan 08 '09 09:01

Brann


People also ask

How do I add VisualSVN to Visual Studio?

Open or create new solution in Visual Studio. Then choose Add Solution to Subversion from the VisualSVN menu command and the wizard will open. Now you choose the directory where your code will be stored. VisualSVN can add your code to a new or an existing repository.

Does Visual Studio support SVN?

The professional grade Subversion integrationVisualSVN is a professional grade Subversion integration plug-in for Visual Studio. Key benefits of VisualSVN are: Unbeatable reliability: Visual Studio will never crash or hang because of VisualSVN.

Does SVN support VS Code?

VS Code itself does not support SVN, so the issue is in fact, related to those extensions. You should fill an issue in the extensions's repo, asking for the developer to add support for checkout command.


2 Answers

I've used AnkhSVN for the past year and I've never had a problem with it. I switch between that and TFS and some of the times I think I prefer AnkhSVN to TFS.

like image 166
thaBadDawg Avatar answered Oct 11 '22 13:10

thaBadDawg


I use VisualSVN and it works great, but you're correct, it's not free. No experience with Ankh here.

like image 26
user39603 Avatar answered Oct 11 '22 13:10

user39603