简体   繁体   中英

TFS: Select only few changsets from merge

We have the following branches in our tfs:

  • Feature1
  • Trunk
  • Release

Release branch have few months now and we only want to merge finished/tested stuff there. Not long ago, we merged lot of new functionallity from Feature1 to trunk, that should NOT go the Release branch. Sadly, it turned out, that some of the functionallity should go to Release branch after all.

Simpliefied example:
Merged from Feature1 -> Trunk following changesets
Changsets 1000 , 1001 and 1002 .
Commited this merge to trunk in a single check-in.

Now I would like to merge 1001 to Release. Is there a way to do this?

Thanks in advance.

据我所知,实现此目标的唯一方法是对单个变更集进行回滚,并将它们一个接一个地合并。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM