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

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -