3

I am trying to Move shelvset from one branch to other in TFS. I am doing this as per the procedure given in article http://benjii.me/2014/04/move-shelveset-to-different-branch-in-tfs/

When I gave the command TFTP, it's giving below error,
"TFTP is not recognized as an internal or external command."

PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62
dnyaneshwar
  • 1,296
  • 3
  • 18
  • 26

1 Answers1

3

You need to install the TFS power tools, and then run that command from the proper dir that contains the tfpt.exe that gets installed with the Power Tools.

Dylan Smith
  • 22,069
  • 2
  • 47
  • 62
  • 1
    e.g. "C:\Program Files (x86)\Microsoft Team Foundation Server 2015 Power Tools" for VS15/TFSPT15 – lko Nov 09 '17 at 19:05