Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ankhsvn not integrated to Visual Studio 2010

I have a website project that has been subversioned already. I have installed ankhsvn but when I open the website project in Visual Studio 2010 it doesn't show the version control icons in the Solution Explorer. Any idea why that might be?

Thanks

like image 590
DSharper Avatar asked Oct 06 '10 03:10

DSharper


2 Answers

Did you enable AnkhSVN in Tools->Options->Source Control?

When it is the default SCC provider it should automatically detect that your (C# ?) website project is already in Subversion.

like image 113
Bert Huijben Avatar answered Oct 20 '22 12:10

Bert Huijben


If you are using Express Versions of Visual Studio 2008/2010/2012, note that AnkhSVN does not work with Express versions. In my case (VS 2012) the solution above does not work because AnkhSVN is not available in Tools -> Options -> Source Control -> Plugin Selection. Express versions do not allow Addin.

https://stackoverflow.com/a/12509780

like image 26
Hammad Khan Avatar answered Oct 20 '22 13:10

Hammad Khan