Using patch files with TFS (patch file - from subversion, git, etc.)

Can patch files read TFS or visual studio? I would like to create a shelf or apply a patch to a workspace in TFS.

+6
git tfs svn patch
source share
2 answers

According to this question :

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

with tf.exe usually here C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE (see tf Command-Line Utility Tool in Team Foundation Server ).

  • You cannot import / use a patch file in TFS.
+5
source share

All Articles