Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrate local TFS to Team Foundation Service

I am trying to migrate my local TFS server to http://tfs.visualstudio.com/. My goal is to preserve code history, work items and etc.

Does this feature exists and if it how to use it?

like image 591
Denis Besic Avatar asked Feb 16 '12 14:02

Denis Besic


People also ask

What replaced Team Foundation Server?

Team Foundation Server rebranded to Azure DevOps Server.

Is Microsoft TFS going away?

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.

Is TFVC deprecated?

TFVC has been declared feature complete. TFVC support for Eclipse and Visual Studio Code and Linux/Mac are officially deprecated/end-of-life.


Video Answer


1 Answers

I've used the TFS Integration Platform to migrate between two TFS servers. The one issue you might run into is the check-in dates are reset to the day of the migration (basically what you are doing is checking in all of the code), but the original check-in date is recorded in the check-in comments.

like image 200
hawkke Avatar answered Oct 13 '22 09:10

hawkke