The path {path} is already mapped in workspace {workspace};{username} |
Others |
Written by Dicky |
Monday, 01 August 2011 11:42 |
I try to map a workspace with a local folder using TFS source control. But then it gave me the following error message: The path {path} is already mapped in workspace {workspace};{username} I didn't recognize that error message, so after I did a little research, I can found the list of owners by running the following command using Visual Studio Command Prompt tool:
And then you can simply delete the workspace by using the following command: If you don't know the server name then you can simply omit the /server:{servername} altogether. |