I have just installed AnkhSVN for a new project I've been recruited for. The development is taking place in Visual Studio 2010.
Prior to this I had VisualSVN installed - this is still installed.
I have downloaded the source code from SVN however when I try to open the solution I get the following error:
The active solution or project is controlled by a different source control plug-in than the one you have selected. If you change the source control plugin, the active solution or project will be closed. Do you wish to continue?
I have set the "Current Source Control Option" to "AnkhSVN - Subversion support for Visual Studio" via "Tools -> Options -> Source Control".
I have checked the solution file and I believe this is configured correctly:
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
This is driving me mad.
Can anyone help?