合并与 Team Foundation Server 中的工作项关联的所有变更集
我们正在跟踪内置错误跟踪的使用,并已将一些集成写入我们的帮助台软件中,允许通过工作项进行升级。
我还没有找到如何做的一件事,就是合并与工作项相关的所有更改(比如从开发分支到主分支) - 我很感激您可以双击合并对话框中的更改集来查看它是否与工作项相关联,而且我可以选择单个变更集和相邻变更集组;但似乎没有任何方法可以按工作项合并更改?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不能根据工作项进行合并是正确的。无论如何,这样做可能不是一个好主意。很难确保您获得正确构建主分支所需的所有必要更改。我会研究一下如何进行分支,一个好的起点是: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.
按工作项合并变更集 - https://tfsprod.codeplex.com/
查看扩展合并功能。
享受! :)
Merge changesets by workitem - https://tfsprod.codeplex.com/
Check out the ExtendedMerge feature.
Enjoy! :)