donpmill
donpmill

Reputation: 137

Visual Studio Team Services (cloud) - Server Workspace

We have several of our projects at my company in source control using Visual Studio Team Services (visualstudio.com). For the life of me I can't figure out how to get the workspace on my machine to flip to a Server workspace type. We don't want multiple checkouts and we want to get latest when we edit a file, and server workspaces (as I understand it) are the only way to accomplish this. Is it even possible to use server workspaces with the "cloud" version of TFS/Visual Studio Team Services?

Thanks!

Upvotes: 0

Views: 1246

Answers (1)

Bogdan Gavril MSFT
Bogdan Gavril MSFT

Reputation: 21498

  1. Connect to your server with Visual Studio
  2. Go to Team Explorer
  3. Go to Settings

This part can be a little tricky so I attach a screen shot:

enter image description here

  1. Under "Team Project Collection" go to Source Control
  2. On the new dialog go to the second tab - Workspace Settings

So as you can see it is pretty obscure and I believe it is on purpose. By default the workspaces are of type "local" and these have their benefits. You may want to check out this article to make an informed decision: http://msdn.microsoft.com/en-us/library/bb892960.aspx

Upvotes: 1

Related Questions