我可以检查其他人在 Visual Studio 2010 中签出的文件吗

问题描述:

我的老板休假了 2 周,在他离开之前解决了一个问题,但没有签到.我在他的电脑上找到一个文件,似乎解决了这个问题,但我想知道他是否是否检查了其他任何内容,以防修复需要的不仅仅是一个文件.不单独查看所有文件,有没有办法查看他已签出的内容(例如挂起的更改,但对于另一个用户)

My boss has gone on holiday for 2 weeks, and fixed a problem before he left but didn't check it in. I have found one file on his computer that seems to fix the problem, but I want to know if he has anything else checked out in case it takes more than the one file for the fix. Without looking through all the files individually, is there a way so see what he as checked out (like the pending changes, but for another user)

假设您正在使用 TFS.您可以通过 Visual Studio 执行此操作.

Assuming you are using TFS. You can do this through visual studio.

  • 在源代码管理资源管理器下,右键单击您感兴趣的目录.
  • 源代码管理中查找>状态然后您可以输入要搜索的用户或只需单击查找即可看到所有结帐文件.
  • Under source control explorer right click on the directory you are interested in.
  • Go to find in source control > Status then you can enter a user to search by or just click find and you will see all checkout files.