Import from Team Foundation Server 2005 into 2008

巧了我就是萌 提交于 2019-12-10 18:45:32

问题


We have an existing TFS 2005 install and a newer 2008. The 2008 server already has some newer projects on it but I am looking to move the older projects from 2005 onto this newer server.

Does anyone know an easy way to do this and maintain the audit history rather than just break source control on the project and then add it to the 2008 server?

thanks


回答1:


I've used the TFS to TFS migration tool to do this:

http://www.codeplex.com/tfstotfsmigration

You do need to have a copy of SQL local to the machine on which you run it which the tool uses as a copy area between the two.

Also, all the history will appear as if all changes happened on the same day due to how TFS stores the version history information. Depending on your needs it may be easier to make the break and leave the 2005 database up until that history is no longer needed.




回答2:


Depending on how many new projects you've added, is it possible for you to restore the 2005 databases to the new server, upgrade them to 2008, and then migrate the newer projects into this newly updated database? That way, you'd maintain your entire TFS history, and you'd only have the "every change on a single day" problem for your small number of new projects.



来源:https://stackoverflow.com/questions/442239/import-from-team-foundation-server-2005-into-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!