Team Foundation Server TF GET (command-line)

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Parameters

ParameterDetails
/versionThe version to retrieve. View remarks.
/allForces all files to be retrieved, not just those that are out-of-date.
/overwriteOverwrites writable files that are not checked out
/forceCombines /all and /overwrite
/previewDisplays what would occur, without actually performing the Get operation.
/recursiveRecursively retrieves all items that match your itemspec.
/nopromptSuppresses any dialog boxes that would otherwise be displayed during this operation.
/remapUpdates local mapping on the server and re-downloads the file faster if you already have downloaded the same file from another branch.
/loginSpecifies the user name and password to authenticate the user with Team Foundation Server.

Remarks

  1. The parameter /version assumes Latest if no parameter provided and accepts

    a.Changesets ("C<ChangeSetID>")

    b.Date/Time ("D<DateTime_UTC>")

    c.Label ("L<Label>")

    d.Latest Version ("T")

    e.Workspace Version ("W<workspacename;owner>").

  2. Parameters as of TFS 2010

  3. Retrieved and edited from https://msdn.microsoft.com/en-us/library/fx7sdeyf(v=vs.100).aspx at 2016-07-22 14:48UTC



Got any Team Foundation Server Question?