How to remove a TFS Workspace Mapping?

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

    Thanks for your help!

    Find problem workspace SELECT * FROM tbl_Workspace WHERE WorkspaceName like '%xxxxx%'

    Find desired workspace SELECT * FROM tbl_Workspace WHERE WorkspaceName like '%zzzzz%'

    Select Edit Top 200 tbl_WorkingFolder then Find the problem mapping SELECT * FROM tbl_WorkingFolder WHERE WorkspaceId = Problem WorkspaceId from above

    Change the WorkspaceId to the desired WorkspaceId

    Finally goto Project Explorer and select Remove Mapping on the project

    Modify VB6 MSSCCPRJ.SCC to match the desired WorkSpace

提交回复
热议问题