user6416335
user6416335

Reputation:

Convert TFS workspace from local to server in Eclipse

I'm using Eclipse with Team Explorer Everywhere plugin and I cannot find button to edit workspace properties as in Visual Studio. So how can I convert TFS workspace from local to server in Eclipse under Linux OS?

Upvotes: 1

Views: 788

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51103

When you create or edit a workspace, you can specify whether its location is Local or Server. To edit the workspace follow below steps:

  1. In Project Explorer or Package Explorer, right-click an Eclipse project that is under version control, point to Team, and click Manage Workspaces.

enter image description here

  1. The Workspaces dialog box appears. It shows you the list of your Team Foundation Server workspaces.
  2. Then select the one you want to convert, click Edit; the Edit Workspace dialog box appears just as below screenshot:

enter image description here

Note: Local workspaces are only supported for Team Foundation Server 2012 and above.

Upvotes: 1

Related Questions