Enterprise Framework

Software Solutions in the Enterprise

How To : Microsoft : TFS (Team Foundation Server) : Get latest for a path in using TF.exe command line

Visual Studio 2013 Commands

Assumption:  A directory has been mapped in TFS (Example:  $/MySourceCode/Main/ points to C:\Projects\MySourceCode\Main)

Steps to Success: 

  1. Go to that mapped directory (Example: "cd C:\Projects\MySourceCode\Main")
  2. Type "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\TF.exe" get $/MySourceCode/Main/OrderService
Comments are closed