是否可以使用 WIQL 获取签入差异?
这是 Team Explorer 2010 中的
问题: 签入而导致的文件差异列表
- 给定日期范围
- 使用 WIQL,是否可以获取由于给定文件夹的
This is in Team Explorer 2010
Question:
Using WIQL, is it possible to get the list of file differences due to checkins
- for a given date range
- for a given folder
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WIQL 仅与工作项有关 - 因此不可能通过此路径检索此类信息。
使用 TFS 数据仓库应该提供可行的替代方案。可以在此处找到非常好的介绍性演示。
您可能应该将重点放在过滤器“版本控制变更集”与“日期”过滤器的组合上,以用于您的 (1) & (2) 的“版本控制文件”。
WIQL is about work items alone - so it isn't possible to retrieve this kind of information through this path.
Using the TFS data warehouse should provide with a viable alternative. A very nice introductory presentation can be found here.
You should probably make a focus on the filters "Version Control Changeset" in combination with "Date" filter for your (1) & "Version Control File" for your (2).