Is it possible to connect to multiple TFS servers from Visual Studio 2010 Team Explorer

I want to connect to several TFS servers from Visual Studio 2010 explorer. Let's say I connected to TFSServer01 and the selected projects P1 and P2. I would also like to connect to another TFSServer02 server and select the P3 project. But doing this in command wiring is not possible. It forcibly closes the first connection.
This is the script that I have. We will have an existing server with TFS 2005, which has our current code. I want to create a new server to install TFS 2010 for new code. But I can not use two servers to connect at the same time.

+4
source share
1 answer

In tools (command line and GUI), you work in one workspace at a time. And the workspace cannot span servers (or, in 2010, project groups).

Have you considered upgrading from 2005 TFS to 2010 and continue to use the same server for old and new code?

(VS and tools will process workspaces and servers without problems, including when it is required to open a new solution.)

+1
source

All Articles