SourceAnywhere和Visual Studio集成 Integrate SourceAnywhere & Visual Studio

本文介绍如何在Visual Studio 2005/2008/2010中使用SourceAnywhere进行版本控制。

选择当前SCC provider

打开Visual Studio,选择菜单Tools -> Options,打开左边的source control节点,在Current source control plug-in下拉框中选择Dynamsoft SourceAnywhere for VSS。

加入版本控制

在Visual Studio的Solution Explorer中,右击.sln/prj文件,选择Add … to Source Control菜单。在connect to server和login对话框中填入相应的信息。
在Add to Dynamsoft SAW Hosted Project对话框中,选择项目在服务器上的路径。

Click to view it in full size.
add to source control

Open from source control

在第一个团队成员把项目加入SourceAnywhere后,其它成员可以在Visual Studio中通过菜单File -> Source Control -> Open from Source Control打开版本控制中的工程。

注意:Dynamsoft推荐使用Open from Source Control,这种方式会在其它成员的本机上生成正确的版本控制绑定信息。不推荐在SourceAnywhere GUI中对整个工程做Get操作,然后在Windows Explorer双击.sln打开。

版本控制操作

可以在Solution Explorer中右击版本控制中的文件直接做Get, Check Out, Check in等常用操作

Click to view it in full size.
Version control in solution explorer