如何知道 TFS 2010 中的文件是否已被其他人签出?
我想确保没有其他人检查源代码,以便我可以制作一个发布的安装程序。因此,我想查看 1) 正在签出特定文件的用户的 #1
列表,以及 2) 所有签出文件的 #2
列表;但我不知道该怎么做。如果有的话请帮忙!
编辑
一位同事向我展示,我们可以通过以下方式查看每个用户的列表#1
:源代码控制 - 团队成员 - 右键单击用户 - 显示待处理的更改- 完成
。这很棒但并不完美。很高兴看到每个成员的完整名单。
还需要执行一个步骤来查看整个列表修改查询
(位于左上角),然后选择显示所有已签出的内容
。
I want to make sure no one else is checking out the source codes so that I can make a released installer. So, I want to see 1) the #1
list of users who are checking out a specific file and 2) the #2
list of all checked out files ; but I don't know how to. Please help if you do!
Edit
A colleague show me that we can see the list #1
on per user basic by: Source Control - Team Members - Right click a user - Show Pending Changes - Done
. This is great but not perfect. Would be lovely to see the whole list of every member.
One more step to follow to see the whole list Modify Query
(on the left top corner) and select Display all checked out
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
打开 Visual Studio 2010 命令提示符(开始 -> 所有程序 -> MS Visual Studio 2010 -> VS 工具)。
类型:
这将为您提供所有工作区中所有用户的所有待处理更改。
对于特定文件,只需
在此处键入更多信息。
Open a Visual Studio 2010 Command Prompt (Start->All Programs->MS Visual Studio 2010->VS Tools).
Type:
This will give you all pending changes for all users in all workspaces.
For a specific file, just type:
More info here.
一位同事向我展示,我们可以通过以下方式查看每个用户的列表
#1
:源代码控制 - 团队成员 - 右键单击用户 - 显示待处理更改 - 完成
。这很棒但并不完美。很高兴看到每个成员的完整名单。还需要执行一个步骤来查看整个列表
修改查询
(位于左上角),然后选择显示所有已签出的内容
。A colleague show me that we can see the list
#1
on per user basic by:Source Control - Team Members - Right click a user - Show Pending Changes - Done
. This is great but not perfect. Would be lovely to see the whole list of every member.One more step to follow to see the whole list
Modify Query
(on the left top corner) and selectDisplay all checked out
.我认为 Team Foundation Sidekicks (http://www.attrice.info/cm/tfs/) 比使用命令提示符要容易得多。
I think Team Foundation Sidekicks (http://www.attrice.info/cm/tfs/) is much easier then using the command prompt.
在 Visual Studio 中,查看源代码管理资源管理器(查看菜单 > 其他窗口 > 源代码管理资源管理器)。这将显示谁签出了每个文件以及他们是否对该文件具有独占锁定。
In Visual Studio, look in the Source Control Explorer (View menu > Other Windows > Source Control Explorer). That will show you who has each file checked out and if they have an exclusive lock on the file.
源代码管理资源管理器
。文件>源代码控制>在源代码管理中查找>状态...
查找
查看>其他窗口>待定更改
Source Control Explorer
.File > Source Control > Find in Source Control > Status...
Find
View > Other Windows > Pending Changes
转到
视图-->其他窗口-->待更改
Goto
Views-->Other windows -->pending changes