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.