Tracking the Ruby CVS with Git
Chris Neukirchen of Ruby and Anarchaia fame has written an article on how to track Ruby CVS with git, using git-cvsimport. This is relatively similar to the way we can track Inkscape’s SVN tree with svk.
In fact, as git provides git-svnimport, it may be another option for tracking Inkscape’s tree. However, unlike svk, I don’t think that git provides a way to commit back to a “master” SVN repository.