c# - Create a changeset merging hierarchy in TFS -


i'm working tfs 4 branches: develop, test, preprod , prod. i've made 3 changesets: 10800, 10802 , 10803.

is possible create rule changeset 10802 has merged in first, , followed 10802 , 10803?

the short answer no.

you seem want limit changesets merged in order of changeset number. merges can done 1 or multiple changeset @ time given possible resolve conflicts in code. dependent on actual changes whether need merge them in chronological order or arbitrary order.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -