TFS merge changeset into file with pending change -



TFS merge changeset into file with pending change -

i have feeling stupid question, can't find reply anywhere.

so have dev branch , qa branch. merge bunch of contiguous changesets dev qa, , resolve conflicts. want merge in later changeset, on changes merged (not having checked in changes first merge). no dice, says tfs:

the item $/my/path/to/the/file.vb has incompatible pending change.

what's problem? why won't give me merge conflict alternative merge new changeset files pending changes? don't want check in first merge can merge in changeset.

tfs doesn't allow merge multiple non-contiguous changesets if same file changed in both of them. best alternative checkin first set of changes, merge.

tfs merge

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -