Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add SVN to Visual Studio 2012?

I was using Visual Studio 2010 previously, with visual SVN as the source control. Now that I've upgraded to Visual Studio 2012, I'm facing problem of adding SVN as the source control (to VS 2012). By default only Team Foundation is there. Any help with how to add SVN as the source control to Visual Studio 2012 would be really appreciated.

like image 493
Basavaraj Hiremath Avatar asked Nov 29 '12 12:11

Basavaraj Hiremath


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?

VisualSVN tracks all file operations performed in Visual Studio and properly reflects them to Subversion. All refactorings performed by third-party plug-ins are also properly handled and reflected to your working copy.


1 Answers

VisualSVN 3.0 supports Visual Studio 2012. You can get it at the download page.

Except VS2012 support and a couple of usability and UI improvements VisualSVN 3.0 introduces the new Community License that allows to use VisualSVN for free on non-domain machines (moreover it permits commercial use!). See the VisualSVN 3.0 Release Notes.

like image 81
bahrep Avatar answered Sep 27 '22 23:09

bahrep