如何使用 PowerShell 从 TFS 获取注释?

发布于 2024-11-09 10:51:24 字数 232 浏览 0 评论 0原文

本文档介绍如何从 TFS 获取文件的注释: http://msdn .microsoft.com/en-us/library/bb385979.aspx

我有兴趣使用 PowerShell 获取文件的注释。如果这可能的话,有什么想法吗?如果可以的话,人们将如何去做呢?

This document describes how to get the Annotation of a file from TFS: http://msdn.microsoft.com/en-us/library/bb385979.aspx

I am interested in obtaining the Annotation of a file using PowerShell. Any ideas if this is possible and if so, how one would go about doing it?

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

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

发布评论

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

评论(2

深府石板幽径 2024-11-16 10:51:24

Since you can run normal MSDOS commands in PowerShell, I'd recomment installing the Team Foundation PowerTools from:

For 2008:

For 2010:

使用“tfpt annotate”并解析输出。

Grant Holiday talks about automating the process here is you want to pass the whuffie on:

Since you can run normal MSDOS commands in PowerShell, I'd recomment installing the Team Foundation PowerTools from:

For 2008:

For 2010:

Using "tfpt annotate" and parsing the output.

Grant Holiday talks about automating the process here is you want to pass the whuffie on:

霞映澄塘 2024-11-16 10:51:24

Codeplex 中的 PsTFS 是一组用于管理和使用 Team Foundation Server 的 PowerShell 命令。 May it help I don't test it.

PsTFS from Codeplex is a set of PowerShell commands to manage and use Team Foundation Server. May it help I don't test it.

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