Download the Eclipse IDE Client version 3.5


This can be downloaded from here
Download creates a ZIP file on your computer.
Install the Eclipse client by copying the eclipse-SDK-3.5-win32.zip file to the root of a drive of your choice and extracting
all the files (ensure you have folder names checked). Alternatively, you could right click on the zip and choose Extract to from
the WinZip right click menu and choose your destination.

Download the Team Explorer Everywhere


The CodePlex instructions for download and installation are here.
This page contains a product key you will need later.
The download page for Team Explorer is here
or you can click the link on the codeplex page.
You will download all three files listed:
InstallTEE.htm 33KB Instructions on how to install
TEE-CLC-10.0.0.zip 9.8MB Command line client for cross platform development
TFSEclipsePlugin-UpdateSiteArchive-10.0.0.zip 11.9MB Plugin for TFS for Eclipse

NOTE:If you do not need command line, cross-platform ability (not likely for a VFP Project), you do not have to download teh TEE-CLC file.
InstallTEE.htm are the instructions on how to add the Team Explorer Plug in to Eclipse IDE. Follow the instructions to attach the plug in to the iDE.
Installation of the plug in forces a restart of Eclipse IDE.
Once restarted, choose workbench from the initial screen.
Note: Subsequent launches will ask for your workspace. If you have more than one, you will have to manage these folders yourself. (EG H:\Projects\VFPx)
All projects will live under this folder. You can check the always use this folder box to stop the dialog from appearing.

To add a project from the IDE

Click File, Import
From the Import list, expand Team and choose Team Foundation server and click Next
First time only you will need to setup your account on the CodePlex Server Click the servers button to setup the tfs server / username
Click Add to add a new server.
On the login detail tab, set the server to https://tfs.codeplex.com/tfs
Set the authentication dropdown to "Authenticate using these credentials"
Enter your Codeplex User name with an added "_cp" (no quotes, set the domain to snd and enter your password.
Important:Dont forget to add the _cp to your username.
You can change the Name of the connection at the bottom of the screen to something you will remember.
Click OK to save.
Eclipse will attempt to connect to the server, if successful you should see TFS01 in the Team Project Collections, and VFPx in the Team projects panes respectively.
If not, close Eclipse and restart.
Click OK
After the first time, you will not see this dialog, Eclipse will use the connection information from the last time you connected to TFS.
You may see the workspace selection dialog at this point. Simply select your TFS workspace now, or add a new one. You can have mulitple workspaces if you choose.
Next, you should see a treeview with tfs.codeplex.com\TFS01 at the root and a first level node of VFPX.
Below that, is the list of projects, highlight all the projects to join.
You can check the "Perform a force Get" to have all the source files downloaded as part of adding the project, but it seems to get them on the Add anyway.
Click Next to view the Confirmation dialog. You cannot change anything here, just click finish or cancel depending upon your desire.
Clicking finish will add the project(s) to eclipse.
The selected projects will be added to the projects pane of the IDE where you can now perform all source control functions on the project file(s).