问题描述
目前,我正在研究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:
- 安装 TFS电动工具.
- 映射
teamfoundationserver1
和teamfoundationserver2
的源目录. - 在
teamfoundationserver2
中创建团队项目. - 从
teamfoundationserver1
签出团队项目的只读副本. - 将Windows资源管理器中的内容复制并粘贴到
teamfoundationserver2
. - 右键单击项目文件夹,选择
Team Foundation Server -> Add...
. - 回答对话框中的问题并完成.
- Install TFS Power Tools.
- Map source directories for
teamfoundationserver1
andteamfoundationserver2
. - Create the team project in
teamfoundationserver2
. - Check out a read-only copy of your team project from
teamfoundationserver1
. - Copy and paste in Windows Explorer over to
teamfoundationserver2
. - Right click the project folder, select
Team Foundation Server -> Add...
. - 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.
这篇关于将Team Foundation Server项目复制到另一个Team Foundation Server的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!