代码之家  ›  专栏  ›  技术社区  ›  Frank Schwieterman

将补丁文件与TFS一起使用(补丁文件来自subversion、git等)

  •  6
  • Frank Schwieterman  · 技术社区  · 15 年前

    TFS或visual studio可以读取修补程序文件吗?我想创建一个搁置集,或者将补丁应用到TFS中的一个工作区。

    2 回复  |  直到 15 年前
        1
  •  5
  •   Community Mohan Dere    9 年前

    根据 this question :

    tf diff /format:unified [/shelveset:] >filename.diff
    

    具有 tf.exe 通常在这里 C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE (见 tf Command-Line Utility Tool in Team Foundation Server ).

    • 无法在TFS中导入/使用修补程序文件。