Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS: Moving a Team Project from one server to another?

is there a (simple) way to move a single TeamProject from one server to another? Including source code, work items, documents, project site...

We don't want to move our server from one machine to another. Just a single project from server A to server B.

like image 339
M-J Avatar asked Mar 24 '09 14:03

M-J


People also ask

Is Microsoft moving away from TFS?

TFS is being renamed to Azure DevOps Server for the next major version, while VSTS (Visual Studio Team Services) has been renamed to Azure DevOps.


2 Answers

You have two options

  1. You can use the TFS to TFS migration tool: Click Here. This doesn't include the WSS project site.

  2. Or you can backup your TFS db and restore on a new TFS instance, then use the TFSDeleteProject.exe tool to remove the projects you don't want.

The latter option is the easiest, but will not merge the backed up projects with any existing projects on the target instance. Existing projects will be lost. WSS sites can also be moved in this manner as well. See How to: Back Up a Team Foundation Server

like image 139
Mr. Kraus Avatar answered Sep 30 '22 14:09

Mr. Kraus


The TFS to TFS migration tool is obsolete. The features you are looking for is part of TFS Integration Platform.

Goto http://tfsintegration.codeplex.com/ for more info.

like image 27
miracules Avatar answered Sep 30 '22 12:09

miracules