Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to Merge or Branch between different TFS servers?

I want to branch my solutions to a different TFS server with TFS 2010.

Is there any way to do this?

like image 635
Mehmet Kasalak Avatar asked Aug 08 '11 08:08

Mehmet Kasalak


1 Answers

You cannot branch between servers (or Project Collections) in TFS.

Do you need to do a one off move to a new server? In that case, restoring a backup of your current server to the new server and deleting the Team Projects you don't need might be a solution. If you need to be able to "merge" the code back to the original server at some point you could look at the TFS Integration Tools. This will allow you to move the code over to a new server and also keep the code synchronised.

However there are limitations with the toolkit, see the link for more information.

Why do you need to use a new server? Why won't a new branch in the current Team Project suffice?

like image 168
James Reed Avatar answered Nov 10 '22 08:11

James Reed