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


Solution 1:

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.

Solution 2:

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

Solution 3:

This is an old question, but after installing Ankh I had to run

"d:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe" /setup

to get Ankh to show up in the source control plugin selection list. This seems to happen intermittently with new plugins.