Reputation: 24480
Can patch files be read by TFS or visual studio? I'd like to either create a shelveset or apply the patch to a workspace in TFS.
Upvotes: 6
Views: 3063
Reputation: 10582
I created a feature request here: https://connect.microsoft.com/VisualStudio/feedback/details/631052/ability-to-import-or-use-a-unified-diff-patch-file-in-tfs
Upvotes: 4
Reputation: 1324897
According to this question:
tf diff /format:unified [/shelveset:] >filename.diff
with tf.exe
being usually here C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
(See tf Command-Line Utility Tool in Team Foundation Server).
Upvotes: 5