I currently have a TFS 2010 server running on SERVER-1 server. On my client (MY-CLIENT) I have VS2010 running and I have a workspace linking SERVER-1 with \ MY-CLIENT \ Development. All is well.
I played with setting up another TFS instance on SERVER-2. On my client, I deleted the original SERVER-1 workspace and created a new workspace linking SERVER-2 with \ MY-CLIENT \ Development. All is well.
Having finished my experiments with TFS on SERVER-2, I again displayed the machine (deleting the TFS server on SERVER-2).
Then I returned to my client computer, connecting it to TFS on the SERVER-1 server and tried to redirect the source code to the development folder. However, now I get the error message " The path \ MY-CLIENT \ Development is already displayed in the workspace MY-CLIENT, SERVER-2 \ Steve ." Now I have a problem.
So, I'm going from this that I had to first remove the SERVER-2 workspace BEFORE re-rendering the machine. Unfortunately, I did not.
In some forums, I understand that I can use the command line tool to remove it:
tf workspace /delete MY-CLIENT;SERVER-2\Steve
However, when I run this, I get a message that " Team Foundation services are not available from the server http: // SERVER-2: 8080 / tfs / development . "
So the question is, how can I force delete the SERVER-2 workspace on my client so that I can re-create my old SERVER-1 workspace?
source share