Denis
Denis

Reputation: 12087

VS2017 and AnkhSVN

My solution is detected properly by AnkhSVN running in VS2015 to be bound to SVN. For some reason, if I open this same solution in Visual Studio 2017, AnkhSVN doesn't see it bound to SVN. I try to bind it, for some reason VS2017 binds it to GIT. Not sure why that is. What is the proper way to fix this issue? or how do I re-bind it again to SVN so that AnkhSVN sees it as bound?

P.S. This doesn't happen in all my solutions, just a few. Not sure what is so special about those solutions. Did diffs but I don't see anything special about those solutions. Any ideas?

Upvotes: 1

Views: 5168

Answers (1)

Denis
Denis

Reputation: 12087

Seems the way to fix this is to go to "Tools - Options - Source Control", and select AnkhSVN as the active SCC Provider.

This seems to be on a per solution basis and it makes some change in the solution file because it works from then on.

Upvotes: 7

Related Questions