0

我的问题很简单。如何更改我在本地计算机(C:\ 或某处)上的解决方案(或项目)的源代码控制绑定,而不是通过 Visual Studio UI 而是通过 C# 代码。有没有图书馆?

我知道有一个 SourceSafeType 库,我用它来自动化 VSS 上的一大堆其他任务,但我找不到任何 API 来更改解决方案或项目的源绑定

4

1 回答 1

0

Did you try the steps like below? I think this would be easier for you to manage the code versions.

  1. After a major release, create a branch for your solution in VSS Explorer.

  2. In Visual Studio, use Open from Source Control command to connect to your new branch and retrieve it.

  3. You can then work on the new branch for future dev.

于 2015-04-07T08:18:01.750 回答