myeclipse中使用Team Explorer Everywhere连接tfs2010

来源:互联网 发布:淘宝七天内降价退差价 编辑:程序博客网 时间:2024/04/27 19:51

本文主要包含下面的内容:

 

1.Team Explorer Everywhere安装

2.在myeclipse中的简单使用

 

1.Team Explorer Everywhere安装

 

1.1安装要求:

 

Team Foundation Server requirements:

 

  • Visual Studio Team Foundation Server 2010
  • Visual Studio Team System 2008 Team Foundation Server
  • Visual Studio 2005 Team Foundation Server

Integrated development environment (IDE) requirements:

  • Eclipse 3.0 to 3.5 on Windows, Linux, Mac OS X, Solaris, AIX, or HP-UX

1.2安装过程

 

To install the plug-in

  1. Open Eclipse.

    Note These installation instructions assume that you have Eclipse 3.5. On other versions of Eclipse, the steps might have different menu items, but the process is the same.
  2. On the Help menu, click Install New Software.

    The Install dialog box appears.

  3. Click Add.

    The Add Site dialog box appears.

  4. In Name, type Local Team Explorer plug-in archive.

  5. Click Archive.

  6. Specify the location of the archive file on the product media of this procedure and click Open.

    You can find the archive file TFSEclipsePlugin-UpdateSiteArchive-10.0.0zip in the /PluginForEclipse folder on the product media.

    You can also download the archive file from the following page on the Microsoft Web site: Microsoft Download Center.

  7. Click OK.

  8. In the list of features in the Install dialog box, select the check box that corresponds to Team Explorer Everywhere.

  9. Click Next two times.

  10. Accept the Microsoft Software License Terms, and then click Next.

  11. Select the Use a full-featured trial version of Microsoft Visual Studio Team Explorer Everywhere check box, and then click Finish.

    You must restart Eclipse when prompted.





2.在myeclipse中的简单使用


2.1如何将工程添加到tfs中?

 

2.2如何将工程从tfs down到本地?