Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AnkhSVN not Recognizing my Solution as being in Source Control

I did not go the route of using the ankhSVN context menu in VS to add my solution to SVN. I went the route (because I prefer to and like how tortoise does this) of using Tortoise to add my folder/project to SVN for the first time.

Then when I opened that solution, VS opens but ankhSVN still did not flag my files or recognize a connection to svn.

what's the deal? I don't want to be forced to only use ankhSVN to commit a project for the first time to SVN in order for ankhSVN to bind or recognize and kick in.

like image 906
PositiveGuy Avatar asked Jul 31 '09 15:07

PositiveGuy


1 Answers

Most likely, AnkhSVN isn't loaded yet at this point. Go to Tools - Options - Source Control, and select AnkhSVN as the active SCC Provider. Then go to File - Subversion - Change Source Control, and connect/bind the solution. This causes Ankh to be loaded the next time you open the solution by annotating the sln file. Other people checking out the same sln file also benefit from this, because Ankh is then loaded directly.

like image 141
Sander Rijken Avatar answered Nov 06 '22 15:11

Sander Rijken