Once of the main complaints about the CVS version control system is that it’s difficult to move or rename files as your project structure changes. While you can easily remove files and re-add them under a new name or location, this method loses the precious nuggets of wisdom contained in the file’s history — you [...]
Content Strategy Forum London

Roundtripping Versions: How to Git to SVN (and Back Again)
… An Edge Case Tutorial for the Obsessed This post proposes an arcane Goldbergian solution to a problem you may not have. It’s about version control software and a way to use a single folder on your computer as both a Git repository and a Subversion working copy. If that confuses you, chances are you’ve [...]