Creating a Patch with TFS

后端 未结 3 497
不知归路
不知归路 2021-01-30 15:56

Creating a patch is very easy in SubVersion, With Tortoise, you right-click and select Create Patch. But for the life of me, I can\'t find this functionality in TFS. Is this pos

3条回答
  •  不思量自难忘°
    2021-01-30 16:28

    Because TFS doesn't natively support patch files, the most common thing I see people do on CodePlex is simply zip the modified files and upload the zip. The project coordinator then does a diff against their own checkout.

    However since CodePlex also supports TortoiseSVN, more and more people are using that to create their patch files.

提交回复
热议问题