将Team Foundation Server项目复制到另一个Team Foundation Server

问题描述:

目前,我正在研究teamfoundationserver1.我想将我的项目从teamfoundationserver1复制到我的本地teamfoundationserver2.请向我建议执行此操作的步骤.我是新手,因此请为我推荐一篇不错的文章或分步实施.

Currently I am working on a teamfoundationserver1. I want to replicate my project from teamfoundationserver1 to my local teamfoundationserver2. Please suggest me the steps to perform this action. I am novice in this so please suggest me a good article or step by step implementation of this.

根据您的要求,我的建议是:

My suggestion, based on what you've said you require would be:

  1. 安装 TFS电动工具.
  2. 映射teamfoundationserver1teamfoundationserver2的源目录.
  3. teamfoundationserver2中创建团队项目.
  4. teamfoundationserver1签出团队项目的只读副本.
  5. 将Windows资源管理器中的内容复制并粘贴到teamfoundationserver2.
  6. 右键单击项目文件夹,选择Team Foundation Server -> Add....
  7. 回答对话框中的问题并完成.
  1. Install TFS Power Tools.
  2. Map source directories for teamfoundationserver1 and teamfoundationserver2.
  3. Create the team project in teamfoundationserver2.
  4. Check out a read-only copy of your team project from teamfoundationserver1.
  5. Copy and paste in Windows Explorer over to teamfoundationserver2.
  6. Right click the project folder, select Team Foundation Server -> Add....
  7. Answer the dialog questions and finish.

您现在应该将您的团队项目列为teamfoundationserver2的待定更改.

You should now have your team project listed as pending changes for teamfoundationserver2.

如果您也想了解历史,也可以看看.

If you want to bring history across, too then have a look at this.