Sourcegear Vault:如何获取签出文件的自动列表?

发布于 2024-10-16 15:58:17 字数 245 浏览 3 评论 0原文

问题:

如何获取 Sourcegear Vault 中每个用户所有签出文件的列表?

使用此功能:

有时,我们会让开发人员签出文件,尽管这会导致严厉的惩罚(他们欠需要签出文件的人一杯咖啡),但我们仍然留下文件已签出,工作被搁置。

我们希望显示每个开发人员当前签出的所有文件数量的列表。这样他们就可以在回家或离开办公室之前检查是否检查过任何东西。

Question:

How can I get a list of all checked out files per user in Sourcegear Vault?

Use of this functionality:

From time to time we have developers leaving files checked out and although this results in drastic punishment (they owe a coffee to the person who needed the checked out file) we are still left with files checked out and work held up.

We would like to display a list of all current number of files checked out by each developer. This way they can check if they have anything checked out before they go home or out the office.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

╭ゆ眷念 2024-10-23 15:58:17

在 Vault 客户端应用程序中,使用窗口底部的“搜索”选项卡。

选择搜索依据:“签出者”可查看由特定用户或任何用户签出的所有文件的列表。

您可以选择搜索特定的子文件夹,或从根目录搜索,无论是否递归。

要自动执行此操作,请使用 Vault 命令行客户端 (vault.exe)。

vault -host myhost.mydomain -user something -password something -repository myrepo listcheckouts

它将为您提供所有签出文件及其用户的 XML 列表。您可以转换结果,或使用命令行客户端的源代码(作为 Vault .NET API 的示例提供)作为编写您自己的版本的起点。

可以从 http://sourcegear.com/vault/downloads.html - 不想链接到下一个版本后将过时的特定版本。

In the Vault Client app, use the Search tab at the bottom of the window.

Select Search By: "Checked Out By" to see a list of all files checked out by a specific user, or by any user.

You can choose to search a specific sub-folder, or from the root, recursively or not.

To automate this, use the Vault Command-Line client (vault.exe)

vault -host myhost.mydomain -user something -password something -repository myrepo listcheckouts

Will give you a list, in XML, of all checked-out files and their users. You can transform the results, or use the command-line client's source code (provided as an example with the Vault .NET API) as a starting point to write your own version.

The various clients and APIs can be grabbed from http://sourcegear.com/vault/downloads.html - didn't want to link to a specific version that would be outdated after the next release.

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