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
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