Adam Bair

adambair.com

del.icio.us
flickr

last.fm
twitter

linkedin
wwr

intridea

brendan lim
chris selmer
dave naffis
doug march
michael bleigh
pradeep elankumaran
renae bair
svante adermark
todd fisher

Trouble getting git-svn to work on OSX Leopard?

By default, if you don’t have the subversion-perl bindings installed — git will not come with the sexy git-svn command.  You can fix this with ease through portage.  First uninstall git-core, then use the following command:

sudo port install git-core +svn

This will install all the perlness required and provide the git-svn command for you.