tfs2010 - TFS Migration changetype mapping -


we're using tfs integration tools migrate our source control history tfs 2008 instance tfs 2010 instance. tfs 2008 upgraded tfs 2005 instance, causes problem. in discovery phase of tfs integration tool error:

[2/23/2011 4:37:50 pm] tfsmigrationshell.exe information: 0 : versioncontrol: starting analysis of tfs change 5267  [2/23/2011 4:37:50 pm] tfsmigrationshell.exe information: 0 : versioncontrol: unresolved conflict:   [2/23/2011 4:37:50 pm]   session: dd9ee183-8f17-42e4-acbb-a5bfb0c26d45  [2/23/2011 4:37:50 pm]   source: d95a9917-e8ec-46dd-92bb-86120d0b2a2a  [2/23/2011 4:37:50 pm]   message: unrecognized conflict type  [2/23/2011 4:37:50 pm]   conflict type: unhandled changetype conflict type  [2/23/2011 4:37:50 pm]   conflict type reference name: 361cd4e0-9955-42e0-a57c-ec3ade589e77  [2/23/2011 4:37:50 pm]   conflict details: changetype 'add, edit, encoding, delete' unrecognized. 

this specific checkin tfs 2005 instance; assume "encoding" changetype removed , not recognized tfs 2010 instance. found 1 related comment problem, on tfs migration , integration forum, seems solve our problem:

to resolve conflict, need map change combination 1 migration tool understands. in situation, file added , deleted in same changeset - suggest map 'delete'.

this wouldn't problem, except there's no documentation or examples on how make mapping; in fact last comment on thread asks specific question. i'm assuming change needs take place in xml of tfs integration configuration, how??

my understanding tfs 2008 tfs 2010 upgrade not supposed use migration tool. instead, should using upgrade wizard part of 2010 installation.

--edit--

i know don't feel upgrade, since going tfs 2008 tfs 2010, even though switching servers, ranger's guidance calls upgrade. page 10 of migration guidance document:

there 2 typical upgrade scenarios:

  • a “move based” upgrade, recommended when moving new hardware. in scenario typically copy databases new server , install tfs.
  • an “in-place” upgrade, typical scenario when remain on same hardware , wish upgrade later version of tfs.

the standard tfs installation guide covers both these scenarios in great detail.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -