You can use Team Explorer Everywhere and Visual Studio Team Foundation Server as part of your development processes with Eclipse to track work items, provide version control, and automate builds. You must install either the Team Explorer Everywhere plug-in for Eclipse or the Cross-platform Command-line Client for Team Foundation Server before you can use those features.
In this topic
- Prerequisites
- Install the Team Explorer Everywhere Plug-in For Eclipse
- Install the Cross-platform Command-line Client for Team Foundation Server
Prerequisites
You must install a supported version of Eclipse, which you can obtain from the following Web site:
Operating system requirements:
- Windows 10 (x86 and x64)
- Windows 8.1 (x86 and x64)
- Windows 8 (x86, x64)
- Windows 7 (x86, x64)
- Linux with GLIBC 2.3+ (x86, x86_64)
- Mac OS X 10.8+ (Intel only)
Integrated development environment (IDE) requirements:
- IDEs that are based on Eclipse 4.2 and later on Linux, Mac OS X, or Windows.
Java runtime requirements:
- Oracle Java™ 1.7+ or IBM Java™ 1.7+ on Linux
- Apple Java™ 1.7+ on Mac OS X
- Oracle Java™ 1.7+ or IBM Java™ 1.7+ on Windows
Team Foundation Server requirements:
- Visual Studio Team Services
- Visual Studio Team Foundation Server 2017
- Visual Studio Team Foundation Server 2015
- Visual Studio Team Foundation Server 2013
- Visual Studio Team Foundation Server 2012
Install the Team Explorer Everywhere Plug-in For Eclipse
You must install the plug-in before you can use it in your development processes. You can install into Eclipse directly from the update site, or you can install from the Eclipse Update Site Archive.
To install the plug-in from the Update Site
- Open Eclipse.
- On the Help menu, choose Install New Software.
- The Install dialog box appears.
- Choose the Add button.
- The Add Repository dialog box appears.
- For the name, enter "Team Explorer Everywhere"
- Specify the location of the update site: http://dl.microsoft.com/eclipse/tfs
- Choose the OK button.
- In the list of features in the Install dialog box, select the check box that corresponds to the Team Explorer Everywhere Plug-in for Eclipse. If you don't see this option, use the pull-down menu for Work with and find the update site URL you just entered in the list and select it, then select the check box beside the plug-in mentioned above.
- Choose the Next button two times.
- If you agree to the Microsoft Software License Terms, accept them and then choose the Finish button.
- Restart Eclipse when you are prompted.
To install the plug-in from the update site archive
- Use the link on this page to download TFSEclipsePlugin-UpdateSiteArchive-14.135.0.zip.
- Open Eclipse.
- On the Help menu, choose Install New Software.
- The Install dialog box appears.
- Choose the Add button.
- The Add Repository dialog box appears.
- For the name, enter "Local Team Explorer Everywhere update archive".
- Choose the Archive button.
- The Repository archive dialog box appears.
- Find and select the downloaded "TFSEclipsePlugin-UpdateSiteArchive-14.135.0.zip" file as the File name.
- Choose the Open button.
- Choose the OK button.
- In the list of features in the Install dialog box, select the check box that corresponds to the Team Explorer Everywhere Plug-in for Eclipse.
- Choose the Next button two times.
- If you agree to the Microsoft Software License Terms, accept them and then choose the Finish button.
- Restart Eclipse when you are prompted.
Note |
---|
The standard update site mechanism above is the preferred installation method, however this requires a connection to the internet and will install the very latest version of the plug-in from Microsoft. If the installation machine is not directly connected to the internet or the organization prefers that a specific version of the plug-in is installed by everyone then following method may more suitable. |
Install the Cross-platform Command-line Client for Team Foundation Server
You can perform many version control operations from the Cross-platform Command-line Client for Team Foundation Server. Before you can use this client, you must install it and configure your shell or system path to include the installation folder.
To install the Cross-Platform Command-Line Client for Team Foundation Server
- Use the link on this page to download TEE-CLC-14.135.0.zip.
- Unzip the archive (TEE-CLC-14.135.0.zip file) that contains the client.
- Configure your shell or system path to include the folder to which you unzipped the archive.
- To verify that the client is working, at a command prompt, type tf, and then press the ENTER key.
For information about any of the commands, you can type tf help Command, where Command is the name of the command for which you want information. For example, you could type tf help checkin. You can also type tf command /help or tf command -help to obtain help.
Note |
---|
You can control the behaviour of the command line client by setting environment variables in your shell, such as specifying a HTTP Proxy to use, enable automatic caching of your credentials or control you diff/merge tool. For information on the environment variables to set see the Set Environment Variables topic on MSDN. |