如何使用 PowerShell 从 TFS 获取注释?
本文档介绍如何从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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:
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.