How can I see all items checked out by other users in TFS?

后端 未结 4 911
慢半拍i
慢半拍i 2020-12-29 03:59

I want a list of all the checked out files, by all users, in a project in TFS 2005. All I can see now are my checked out files - in the pending changes window. I re

4条回答
  •  我在风中等你
    2020-12-29 04:41

    I use:

    tf status itemspec /user:* /recursive 
    

    in the VS Command Prompt. itemspec is the TFS path to the item you want to search for checkouts. No extra installations needed ;)

提交回复
热议问题