是否可以将 Visual Studio / VSS 配置为显示签出文件的用户的名称?
必须有一种方法可以找出谁直接在 Visual Studio 中检出该文件,而无需打开 VSS 客户端并导航到该文件。
正确的?
There must be a way to find out who checked out the file directly in Visual Studio without having to open the VSS client and navigate to the file.
Right?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将SourceSafe(源控制)工具栏添加到VS。在源树中选择一个您想知道谁签出该文件的文件,然后从工具栏中选择 SourceSafe 属性图标并查看“签出状态”选项卡。 :)
Add the SourceSafe (Soure Control) toolbar to VS. Select a file in your source tree you want to know who has it checked out and from the toolbar choose the SourceSafe Properties Icon and look at the Check Out Status Tab. :)
当您尝试签出文件并收到指示该文件已被独占签出的错误对话框时,如果您打开输出对话框并切换到源代码控制视图,您应该会看到一条消息,指示该文件的用户 ID文件已签出。
When you attempt to check out a file and get the error dialog indicating that the file is already exclusively checked out, if you bring up the output dialog and switch to the source control view you should see a message indicating the user id of the user who has the file checked out.