How do I change the local path of a subfolder in TFS (not the whole workspace)?

前端 未结 5 1050
感情败类
感情败类 2021-02-18 16:05

When I started working on a project I downloaded IPAddress\\CompanyName\\ProductName\\DevBranch in TFS, mapping it to C:\\DevBranch. But now I want to

5条回答
  •  情深已故
    2021-02-18 16:37

    If you want to change the local path for the working directory of the Team Foundation Server (TFS), you need to go to File -> Source Control -> Workspaces (File -> Source Control -> Advanced -> Workspaces for VS2017), then select your workspace (it should match your computer name) and click Edit.

    In the next dialog change the mapping for the root TFS node to the new location on your hard drive. You need to perform a "Get" on the whole TFS tree to update project associations.

提交回复
热议问题