Mario Tacke
Mario Tacke

Reputation: 5488

Visual Studio Online migration (VSO to VSO)

We are attempting to migrate from one Visual Studio Online account to another Visual Studio Online account. This is different from an on-premise TFS to Visual Studio Online migration. Most articles explain a migration using the on-premise to VSO approach, only.

Accounts

For TFS to VSO, we found a solution by using OpsHub Visual Studio Online Migration Utility.

We also tried to use the same tool to point to another Visual Studio Online account as a source, but it fails stating that we can only point to a TFS instance.

Can this be done via scripting? If so, how? If there is a tool available, that would be great also. This should be a one time migration.

Update:

We need code only, including changesets, no work items. The project is using TFVC.

Upvotes: 16

Views: 11396

Answers (2)

Murray Foxcroft
Murray Foxcroft

Reputation: 13745

For others that stumble across this thread, I have found this - the Visual Studio Team Services Sync & Migration Engine an open source project that appears to do TFS-TFS, TFS-VSTS, VSTS-TFS and VSTS-VSTS migration. It is an open source project initiated with the same purpose as the TFS Integration Platform, but to address some of the complexities (and the fact that it is now deprecated).

From the web site:

Visual Studio Team Services Sync & Migration Engine allows you to bulk edit data in Microsoft Team Foundation Server (TFS) and Visual Studio Team Services (VSTS). Supports both migration and bulk update scenarios.

Upvotes: 1

Oleg Mikhaylov
Oleg Mikhaylov

Reputation: 1124

You can consider using TFS Integration Platform

Upvotes: 5

Related Questions