Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable AnkhSVN in Visual Studio 2010?

How can I disable AnkhSVN in VS 2010?

like image 513
Serhiy Avatar asked Jan 13 '11 13:01

Serhiy


1 Answers

This works more or less the same for all SCC Providers:

  1. Go to File -> Subversion -> Change Source Control. Use this to disconnect the solution (this is to avoid auto-reloading AnkhSVN the next time you open the solution).
  2. Go to Tools -> Options -> Source Control. Select None (or a different SCC Provider)
like image 195
Sander Rijken Avatar answered Oct 04 '22 03:10

Sander Rijken