How to remove a TFS Workspace Mapping?

前端 未结 21 2156
深忆病人
深忆病人 2020-11-29 16:54

I had a project in tfs within a team project then we moved the project to a different location in another team project.

I had configured Jenkins to connect to the te

21条回答
  •  被撕碎了的回忆
    2020-11-29 17:56

    None of the answers here removed my workspaces. But here is one solution that may work for you.

    1. Open up a Visual Studio command prompt
    2. Close Visual Studio first or the delete command may not delete the workspace
    3. List the workspace commands -> tf /? to find the commands available to you from the version of TFS.
    4. List the workspaces -> tf workspaces
    5. Delete the workspace -> tf workspace YourWorkspace /delete

提交回复
热议问题