Possible Duplicate:
Migrate local TFS to Team Foundation Service
We are looking to move the code on our self hosted TFS over to the new Team Foundation Service, but we're not seeing any options to do this. Is this possible?
Possible Duplicate:
Migrate local TFS to Team Foundation Service
We are looking to move the code on our self hosted TFS over to the new Team Foundation Service, but we're not seeing any options to do this. Is this possible?
This can be done with the ALM Rangers' Team Foundation Server Migration Tools. This requires some tricks to put your account the TFS Service
account group on both the Team Foundation Service and your source machine via the command line.
TFSSecurity.exe /g+ "Team Foundation Service Accounts" n:USERNAME /server:SERVERNAME
Notice that you cannot migrate any custom(ized) Process templates. The Team Foundation Service only supports the standard process templates, so you might need to map the fields in order to make the migration work.
You could also use Git-TF to create a local copy of the Source Control and then commit the code to the Team Foundation Service. This will not migrate branches and work items, but is very simple to do.