Are there any import and export tools that would let us move projects into and out of team system with full history and log? Our current SCM is SVN.
PS - Sorry, I know it's a repost, but I didn't get an answer before... :)
I don't know if you are still interested, but I just went through this with my current employer (my project was using SVN and they wanted to migrate it into TFS at another site).
These are the following steps I used:
svn co <url> Proj_SVN
)svn co http:// localhost:8080/<tfs_server>/<project_repo_path> Proj_TFS
)svn2svn /s:c:\temp\src\Proj_SVN /d:c:\temp\src\Proj_TFS /r:<start_rev>:<end_rev>
Depending on how many revisions, how much data you have and the speed of your network (e.g. it might be faster to run on the TFS server) it could take from 10 minutes onwards to complete each revision.
Anyway this is what I used and it worked for me (painful process though...) - your means might vary.
http://www.timelymigration.com/ is another alternative, had a test run that seemed to work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With