Subversion

All articles tagged with Subversion.

Migrate an SVN repository to TFS

It’s no secret that I’m a big fan of Microsoft’s Team Foundation Server (TFS.) It is a complete tool for managing an application throughout its lifecycle. However I was bought up (and learnt most of my programming skills) on open-source software. It’s important to me that I don’t forget my roots!

While TFS is a fantastic tool for commercial application lifecycle management, SVN (Subversion) also has its place in corporates. It’s free and has lower training overhead: perfect for companies that don’t need anything other than source control (or use other tools.)

In this article I’m going to teach you how to migrate an SVN repository (including all its history) into TFS using a Git repository.

DevOps , Software Development Read more