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 i开发者_运维技巧p 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)?
Check out http://ankhsvn.open.collab.net/
Agent SVN integrates nicely with Visual Studio.
I prefer to use Tortoise SVN and do everything from Windows Explorer instead of doing from Visual Studio.
http://tortoisesvn.tigris.org/
Try Visual SVN, it is specifically for SVN Integration to Visual Studio.
精彩评论