合并与 Team Foundation Server 中的工作项关联的所有变更集

发布于 2024-08-16 04:33:03 字数 181 浏览 8 评论 0原文

我们正在跟踪内置错误跟踪的使用,并已将一些集成写入我们的帮助台软件中,允许通过工作项进行升级。

我还没有找到如何做的一件事,就是合并与工作项相关的所有更改(比如从开发分支到主分支) - 我很感激您可以双击合并对话框中的更改集来查看它是否与工作项相关联,而且我可以选择单个变更集和相邻变更集组;但似乎没有任何方法可以按工作项合并更改?

We're trailing the use of the built in bug tracking, and have written some integration into our helpdesk software that allows for escalation via workitems.

One thing I haven't found out how to do, is to merge all changes associated with a work item (say to go from dev branch to main) - I appreciate you can double click on a changeset in the merge dialog to view if it is associated with a workitem, and also that I can select individual changesets, and groups of adjacent changesets; but there doesn't appear to be any way to merge changes by workitem?

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

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

发布评论

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

评论(2

饮湿 2024-08-23 04:33:03

不能根据工作项进行合并是正确的。无论如何,这样做可能不是一个好主意。很难确保您获得正确构建主分支所需的所有必要更改。我会研究一下如何进行分支,一个好的起点是:Microsoft Team Foundation Server 分支指南

在 TFS 2005 和 2008 中,签入历史记录不会在分支机构之间转移。您将在 TFS 2010 中获得此信息。

It is correct that you can't merge based on work items. It is probably not a good idea to do that anyway. It would be very difficult to make sure you get all the necessary changes needed for the main branch to build correctly. I would look into how you do your branching and a good starting point would be: Microsoft Team Foundation Server Branching Guidance

In TFS 2005 and 2008 the check in history will not be transferred between branches. You will get this in TFS 2010.

沫尐诺 2024-08-23 04:33:03

按工作项合并变更集 - https://tfsprod.codeplex.com/
查看扩展合并功能。

享受! :)

Merge changesets by workitem - https://tfsprod.codeplex.com/
Check out the ExtendedMerge feature.

Enjoy! :)

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