4

I'm trying to use the TFS Integration Platform to migrate my SVN repositories to my Team Foundation Server Repositories.

First i wasted much time on find out how to migrate SVN in TFS with this tool, because with the new Release (March 2012) there is no SVN Adapter within the installation.

So i tried to download a Beta version of TFS Integration Platform which already had the SVN Adapter, the problem is that i got an Error while discovering Files.

So, does anyone know where i get a TFS Intregration Platform version with an SVN Adapter on a stable version?

And don't just post this Link http://tfsintegration.codeplex.com, i already know that it exists.

Thanks (:

Alex

Jonathan Nixon
  • 4,940
  • 5
  • 39
  • 53
a.schwab
  • 251
  • 1
  • 4
  • 15

3 Answers3

2

Have you already tried svn2tfs?

What it does

Migrates a SubVersion 1.6.x (SVN) repository to Team Foundation Server (TFS) 2010 replaying every action occurred in SubVersion.

Otherwise you may have a look at the Timely Migration commercial tool.

Yannick Blondeau
  • 9,465
  • 8
  • 52
  • 74
  • Thanks for your answer, yes i already tried svn2tfs, but it always stucks anywhere in the code while waiting for another thread. I also wanted to define the path of the SVN (i just wanted the trunk folder in my TFS root), which several sourcecode changes it worked.. nevertheless the threading problem still exists. – a.schwab Jul 12 '12 at 12:17
0

Timely Migration... well worth the investment. I've used this tool for Star Team migrations, but they include SVN and their support is fantastic.

http://www.timelymigration.com/

Ryan Cromwell
  • 2,613
  • 1
  • 17
  • 33
0

I have used this tool (free) SVN2TFS:- http://svn2tfs.codeplex.com/

Now I have successfully migrated code from SVN along with revision history and folder structure into TFS2010.

variable
  • 8,262
  • 9
  • 95
  • 215