TFS workspace issue: path xxx is already showing in XXXXXXX workspace

There

Please see the error below. In fact, I have listed all the workspaces on the server (I am a TFS administrator), workstation "CNXA1ER-L0429_VS2012" could not be found. Also, the workspace cannot be found through the VS of the local developer machine.

So I cannot remove the display. enter image description here

+3


source to share


2 answers


I would recommend using the command line to delete the workspace:

tf workspace /delete /collection:yourserver:8080/tfs/yourcollection CNXA1ER-L0429_VS2012;ownerofworkspace

      

As a TFS administrator, you should have permission to administer the workspaces of others, so it shouldn't be a problem to delete.



Another method is to use Attrice Sidekicks to remove the workspace, which is easier to use, but sometimes I find it doesn't display all workspaces.

If you can't find the workspace at all, try clearing the Visual Studio cache at this link:

http://blogs.msdn.com/b/willy-peter_schaub/archive/2010/09/15/if-you-have-problems-with-tfs-or-visual-studio-flush-the-user-cache- or-not.aspx

+2


source


In tfs 2015, it is easier to navigate to the workspaces table in the database and manually delete old workspaces. This worked for me



0


source







All Articles