Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to have Visual Studio update from SVN when I open a solution?

I'm using Visual Studio 2010 with VisualSVN and TortoiseSVN, and would like the option of being prompted to update from source control whenever I open a solution, the way SourceSafe did. Is that possible?

like image 607
Herb Caudill Avatar asked Oct 09 '22 18:10

Herb Caudill


1 Answers

to update from source control whenever I open a solution, the way SourceSafe

I think this update option is not a SourceSafe feature but rather it is the Get everthing when opening a project or solution option found in the Visual Studio source control options panel.

When Visual Studio connects to SourceSafe it does so using the MS-SCCI.

So if you use a MS-SCCI Subversion plugin this should also happen whenever you open a project or solution.

For example the Agent SVN is an MS-SCCI Subversion plugin and it should work this way.

like image 167
mrsheen Avatar answered Oct 13 '22 09:10

mrsheen