Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connect to a SVN repository through VS2010

I'm looking for a way to create local copies of the programs stored in the repository so I can work on them; this is my first time using SVN.

I've got an ip address, a port number, and a password for a SVN repository. Is there some way I can access the repository through Visual Studio itself (perhaps via a downloadable plug-in)?

like image 247
Raven Dreamer Avatar asked Jan 13 '11 01:01

Raven Dreamer


People also ask

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.

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.


1 Answers

Check out http://ankhsvn.open.collab.net/

like image 200
Daniel A. White Avatar answered Sep 21 '22 14:09

Daniel A. White