aami
aami

Reputation: 287

SVN Missing in solution explorer of visual studio

I have setup svn and its working fine but i am unable to find it from my solution explorer of visual studio but i can easily commit and update my solution from project folder in my local drive. any one have better idea what i am missing ?

Upvotes: 1

Views: 3845

Answers (2)

bahrep
bahrep

Reputation: 30662

Looks like you are missing the fact that Visual Studio does not have native Apache Subversion support. If you already use TortoiseSVN you may want to consider VisualSVN extension, and I strongly advise you to give it a shot. The other option is AnkhSVN plugin.

Upvotes: 0

Carsten
Carsten

Reputation: 11616

TortoiseSVN does not integrate with Visual Studio by default (See this article on how to enable integration). You should consider using a Visual Studio PlugIn like AnkhSVN or VisualSVN.

Upvotes: 3

Related Questions