Reputation: 35
We have a project (per the owner) to migrate from Visual Studio Team Services (was VS/TFS Online) to a local SVN Repository.
Has anyone done this before or is there potential options.
I believe I've seen http://svnbridge.codeplex.com/ which has not seem to work with Visual Studio Team Services.
We'd like to keep history as much as possible.
Upvotes: 2
Views: 270
Reputation: 29976
You can convert your TFS repository to Git repository first and then convert it to SVN. Refer to this link for details: Migrating Repository Data from TFS to SVN with History.
Upvotes: 1