是否可以将 Visual Studio / VSS 配置为显示签出文件的用户的名称?

发布于 2024-08-02 11:32:53 字数 78 浏览 3 评论 0原文

必须有一种方法可以找出谁直接在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

看透却不说透 2024-08-09 11:32:53

将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. :)

另类 2024-08-09 11:32:53

当您尝试签出文件并收到指示该文件已被独占签出的错误对话框时,如果您打开输出对话框并切换到源代码控制视图,您应该会看到一条消息,指示该文件的用户 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文