Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I integrate svn with the Visual studio 2008?

How can I integrate svn with the Visual studio 2008 ?

which is the better svn plugin/client for the visual studio ?

like image 798
Tushar Maru Avatar asked Jan 13 '10 11:01

Tushar Maru


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.

How do I open a VisualSVN file?

Start the VisualSVN Server Manager console. Right-click the Repositories node. Click Create New Repository. Follow the steps of the wizard to complete the task.


2 Answers

Couple of utilities.

  • Visual SVN
  • AnkhSVN

There are some comparisons between Visual SVN and Ankh here on SO.

Mindscape's file explorer gets you Tortoise SVN on VS2008, if you are too accustomed to Tortoise

like image 66
Cherian Avatar answered Sep 25 '22 14:09

Cherian


http://ankhsvn.open.collab.net/ is a Visual Studio plugin for svn. I prefer not to plugin directly, but rather to just use svn separately or using TurtoiseSVN ( http://tortoisesvn.tigris.org/ ) that integrates with explorer, but that's just personal taste I guess.

like image 26
villintehaspam Avatar answered Sep 24 '22 14:09

villintehaspam