TFSStep 1: Download the command client from Microsoft Site.
Download Team Explorer Everywhere from this link. (Download the file TEE-CLC-x.x.x.zip).
Select the appropriate platform and download.
Step 2: Extract the downloaded version and set to PATH variable
In Linux:
export TFS_HOME=/opt/apps/data/jenkins/prerequistes/tfs
export PATH=$PATH:$TFS_HOME/TEE-CLC-x.x.x
In Windows
You need to do the following:
- Go to
Control Panel
–>System and Security
–>System
- Click
Advanced system settings
- Click
Environment Variables
- In the
System Variables
area, locate thePath
variable, highlight it and clickEdit...
- Make the required changes, add location for TEE-CLC-x.x.x at the beginning use separator semicolon ‘;’ CAUTION: Dont delete the existing content just add at the beginning. ex:
C:Program File\TEE-CLC-x.x.x; ….
Go to terminal :
- View and accept the Microsoft Software License Terms for the Cross-platform Command-Line Client. You must run the EULA command before you can perform any version control operations.
Command:
tf eula
Now your TFS environment is set. Proceed with the Next Steps .. !!
Need to know ? How to Checkout Checkin ? Click Here
How to check-out the code in TFS ?
Advertisements