Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio SVN integration

Is there any way to properly integrate Subversion control into VS2008? I'm currently using the TortoiseSVN shell extensions, but I keep forgetting to check in new files and it's easy to get in a confused mess.

On another project I use VS2008 with SourceSafe, and it's really nice having most things automated or controlled simply by using VS in its normal way.

like image 674
Piku Avatar asked Jun 05 '10 14:06

Piku


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 checkout code in SVN Visual Studio?

Checkout. You can checkout a SVN repository with the SVN: Checkout command in the Command Palette ( Ctrl+Shift+P ). You will be asked for the URL of the repository and the parent directory under which to put the local repository.


1 Answers

I use AnkhSVN myself and so far it has been great, it is free and you can download it here: http://ankhsvn.open.collab.net/

like image 84
SQLMenace Avatar answered Sep 25 '22 13:09

SQLMenace