开发者

How do I select Visual SVN as my source control provider

I am using Visual Studio Ultimate which come with TFS. However I am using Visual SVN as my source control.

I have installed VisualSVN server and the Visual Studio plug in.

What should I 开发者_Go百科do to switch from TFS to Visual SVN.

When I go do Tools/Options/Source Control/Plug-in selection, I have the choice between "None" and TFS.


VisualSVN automatically "just works" when you open a SVN working copy - you don't need to mess with Visual Studio's SCC plugin settings. So you need to look at migrating your source code code into the SVN repository first. When you've done this, just check it out, open the solution and you're done. (You may want to remove all the "SccProjectName/SccProvider..." garbage from your project files beforehand)

To migrate your repository history from TFS to SVN, there's the TFS2SVN project (I've not used it though).


If you're not stuck on VisualSVN, try AnkhSVN. We use that here, and had no issues in getting it to work with VisualStudio 2010.

AnkhSVN is an open source plugin, so there's no need to pay for a license.

If VisualSVN is like AnkhSVN, you need to in tall VisualStudio first, then AnkhSVN. Then go into VisualStudio and select SVN in the Source Control Plug-in selection.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜