2023 2024 EduVark > Education Discussion > General Discussion


  #1  
June 13th, 2016, 08:44 AM
Unregistered
Guest User
 
Tf get

Hii sir, I wants to get the Team Foundation version control commands Will you please provide me the eam Foundation version control comman?
  #2  
June 13th, 2016, 08:45 AM
Super Moderator
 
Join Date: Mar 2012
Re: Tf get

the Get command provides a different user interface than Visual Studio (process is fundamentally the same.

tf get [itemspec] [/version:versionspec] [/all] [/overwrite] [/force] [/remap]
[/recursive] [/preview] [/noautoresolve] [/noprompt]
[/login:username,[password]]


The TF GET Commands are given below :


Get the latest version of all items in a workspace

c:\code\SiteApp\Main\SolutionA>tf get


Recursively get the latest version of items of a certain type in a folder

c:\code\SiteApp\Main\SolutionA\Project1>tf get *.cs /recursive

Get the latest version of a file

c:\code\SiteApp\Main\SolutionA\Project1>tf get program.cs

Gets the latest version of program.cs in Project1.
Get a specific version of a file

c:\code\SiteApp\Main\SolutionA\Project1>tf get program.cs;8

Gets version 8 of program.cs in Project1.
Get the latest version of two files

c:\code\SiteApp\Main\SolutionA\Project1>tf get file1.cs file2.cs

Gets the latest version of file1.cs and file2.cs in Project1.

Synchronize a workspace to match a version of the team’s codebase

c:\code\SiteApp\Main>tf get /v:15


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 11:20 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8