如何查看文件被谁签出?
如何查看文件被谁签出?我在 Visual Studio 2010 中使用团队资源管理器
How to check file is checked out by whom? I'm using Team Explorer in Visual Studio 2010
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在源代码管理资源管理器中,找到您感兴趣的文件,右键单击并转到属性。在那里,您将看到一个状态选项卡,显示文件签出到的位置(用户和工作区)以及文件上的任何待处理操作。
In source control explorer, find the file you're interested in, right click and go to properties. In there you will see a status tab that shows you where the file is checked out to (user & workspace) and any pending actions on the file.
看这个图片注释:它与 vs 2008 有关
步骤一:
第 2 步:
See this images Notes : its related to vs 2008
step1:
step 2 :
使用视图->其他窗口 ->源代码管理资源管理器
或
使用第 3 方工具,例如 TFS Sidekicks (http://www.attrice.info/厘米/tfs/)
Use View -> Other Windows -> Source Control Explorer
or
Use an 3rd party tool like TFS Sidekicks (http://www.attrice.info/cm/tfs/)