How to remove a TFS Workspace Mapping?

前端 未结 21 1954
深忆病人
深忆病人 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:30

    You don't have to delete the entire Cache folder. you lose all settings / preferences The workspace mappings are stored in a file called:

    VersionControl.config under the users local settings/application data directory. located here in windows 7:

    %LocalAppData%\Microsoft\Team Foundation\x.0\Cache\Volatile

    where x= 3.0,4.0, 5.0,6.0 etc.

    Inside this you will find guid named folders , open each of them, manually editing the forementioned file, to remove the workspace mapping(directory path will be present in mappedpaths attribute) from that local folder to the TFS server (which is no longer in usage).

提交回复
热议问题