Reputation: 614
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.
Upvotes: 0
Views: 922
Reputation: 3165
You can detach the team project collection from TFS1, backup the SQL database, re-attach the team project collection to TFS1, restore SQL database to the SQL server of TFS2 then attach the team project collection to TFS2
Upvotes: 0
Reputation: 16685
My suggestion, based on what you've said you require would be:
teamfoundationserver1
and teamfoundationserver2
.teamfoundationserver2
.teamfoundationserver1
.teamfoundationserver2
.Team Foundation Server -> Add...
.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.
Upvotes: 1