2

ビルトインのバグ追跡機能の使用は後回しで、ワークアイテムによるエスカレーションを可能にするヘルプデスク ソフトウェアへの統合をいくつか書きました。

私が方法を見つけていないことの 1 つは、作業項目に関連付けられているすべての変更をマージすることです (たとえば、dev ブランチからメインに移動するなど) - マージ ダイアログで変更セットをダブルクリックして表示できることを感謝します。ワークアイテムに関連付けられており、個々の変更セットと隣接する変更セットのグループを選択できること。しかし、作業項目ごとに変更をマージする方法がないように見えますか?

4

2 に答える 2

1

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.

于 2009-12-28T09:58:14.063 に答える
0

ワークアイテムごとに変更セットをマージする - https://tfsprod.codeplex.com/ ExtendedMerge 機能を確認してください。

楽しみ!:)

于 2014-05-28T21:23:52.263 に答える