Raven Dreamer
Raven Dreamer

Reputation: 7150

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)?

Upvotes: 6

Views: 11543

Answers (4)

mrsheen
mrsheen

Reputation: 892

Agent SVN integrates nicely with Visual Studio.

Upvotes: 6

turtlepick
turtlepick

Reputation: 2714

I prefer to use Tortoise SVN and do everything from Windows Explorer instead of doing from Visual Studio.

http://tortoisesvn.tigris.org/

Upvotes: 2

Mahesh Velaga
Mahesh Velaga

Reputation: 21971

Try Visual SVN, it is specifically for SVN Integration to Visual Studio.

Upvotes: 1

Daniel A. White
Daniel A. White

Reputation: 190976

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

Upvotes: 8

Related Questions