Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can my team migrate easily from Visual SVN to TFS 2010?

My team has been using Visual SVN for source code control, and we plan to migrate to TFS 2010, however we still want seamless access to old projects and thier source code and change history. Also we have several projects that weren't .NET based and were developed in C in a 3rd party IDE. Is there an easy way to unify our systems? If not is there a way we can teach only one of the 2 tools and use them transparently? (IE, use something in TFS to connect to subversion, or use SVN to connect to TFS without losing features of TFS?)

like image 637
Firoso Avatar asked Dec 04 '25 10:12

Firoso


1 Answers

There's a migration tool over at codeplex. It should take every SVN change and put it into TFS.
http://svn2tfs.codeplex.com/

like image 95
Joel Rondeau Avatar answered Dec 07 '25 16:12

Joel Rondeau