1

We have some unusual situation and need to migrate from TFS2010 to TFS2008. Does anybody know is it possible to make ?

Jonathan Nixon
  • 4,940
  • 5
  • 39
  • 53
mirakl
  • 167
  • 3
  • 14
  • TFS2008 -> 2010 involved a complete reworking of the database. I doubt there is anything to undo this. So either you'll need to build your own with the migration toolkit, or lose your VC and item histories. – Richard Sep 13 '11 at 13:44

1 Answers1

0

If you don't need full fidelity - that is, you don't need to transfer shelvesets over, you don't mind rebuilding reports, etc - then you may be able to synchronize your TFS2010 server to a TFS2008 server using the Team Foundation Server Integration Tools.

We use these internally at Microsoft to mirror between various servers with regularity, and with good success.

Edward Thomson
  • 74,857
  • 14
  • 158
  • 187