简体   繁体   中英

Visual Studio 2008 Source Control Explorer with Subversion

我通常使用带有TFS的Visual Studio Team System 2008源代码管理资源管理器,但我正在考虑将Subversion用于一些小项目,我是否可以使用已经安装的Source Control Explorer而无需在IDE中安装新的Subversion客户端/插件?

I don't think you can use the Source Control Explorer (I guess this is something related to TFS?).

But you have several options to integrate subversion into Visual Studio:

I'm using mostly TortoiseSVN (as a stand-alone subversion client).

I have also installed AnkhSVN, because it allows me to see which files are modified inside visual studio, but other than that, I really don't need any integrated Visual Studio solution for source control.

You will need to install a new Subversion client/plugin to the IDE.

Have a look at VisualSVN . It's not free but it is reasonably priced and very good.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM