macwier
macwier

Reputation: 1083

TFS: Select only few changsets from merge

We have the following branches in our tfs:

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.

Upvotes: 0

Views: 50

Answers (1)

Andreas
Andreas

Reputation: 478

As far as i know the only way to achieve this, is to do a rollback on the single changeset and merge them one by one.

Upvotes: 2

Related Questions