how to remove TFS workspace mapping for another user

后端 未结 9 1497
梦如初夏
梦如初夏 2020-12-04 19:13

I am using Visual Studio 2010. Some months back I was using some \'ABC\' TFS user to connect to TFS and mapped some folders on my local drive. Now my previous user \'ABC\' i

9条回答
  •  生来不讨喜
    2020-12-04 19:50

    I end up in same issue after the person who setup Jenkins left our company. He had setup workspace and TFS checkout was using alternate authentication. As his credentials are removed from msdn, TFS checkout started choking.

    Following LarryG's solution helped to remove the workspace. Only difference is, I just used the windows live ID of the person, who left the company.

    tf workspace /delete myWorkSpaceName;windowsliveID

提交回复
热议问题