Visual Studio 2017 and TFS see what files are checked out and to who

后端 未结 1 1984
星月不相逢
星月不相逢 2021-02-15 05:58

In Visual Studio 2015 I could use the TFS Power Tools and then do a \"Find by Status\" to get a list of all checked out files and who has them checked out.

Does anyone

1条回答
  •  执笔经年
    2021-02-15 06:34

    Actually, the "Find by Status" feature only works for Server workspace. If you're using Local workspace, it doesn't show anything.

    As a workaround, maybe you could use the tf status command instead, it displays information about pending changes to files and folders.

    Or you could use TFS API, here is an example: http://geekswithblogs.net/TarunArora/archive/2011/07/16/tfs-2010-sdk-get-list-of-user-workspaces-and-checked.aspx.

    0 讨论(0)
提交回复
热议问题