How to undo another user's checkout in TFS via the GUI?

前端 未结 4 821
渐次进展
渐次进展 2020-12-02 04:48

As the resident TFS admin, on occasion I am asked to undo a checkout (usually a lock) that a user has on a certain file. This can be done via the command line using the TF.e

4条回答
  •  悲哀的现实
    2020-12-02 05:23

    Command line

    tf undo /workspace: OtherUserWorkspace;OtherUser $/TeamProject/MyFile.cs /s:http://YourTFSServer:8080
    

    https://msdn.microsoft.com/en-us/library/cc470668.aspx

提交回复
热议问题