Today I've migrated all my open source code from my private svn repository to http://github.com/jozef.
Using `git svn` it was quite easy:
Only time will tell if it was a good choice. :-)
Welcome to the bandwagon! I've put all my stuff there too: http://github.com/mpeters
The only OS thing I maintain now that's not on github is TAP::Harness::Archive because it's part of the larger TAP::Harness project so it's in their svn repo.
I've been a fan of offline commits for a while (used to use svk pretty heavily). Being able to incrementally commit things I'm working on is a big plus. And github's fork queue is really nice.