getting git-svn up and running on ubuntu
tim@polycarp:~/web_apps$ git svn clone http://svn.fitwit.com Can't locate SVN/Core.pm in @INC (@INC contains: /usr/local/share/perl/5.10.0 /etc/perl /usr/local/lib/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/local/libexec/git-core//git-svn line 29. so i realized i needed to install the perl git-svn libraries: sudo apt-get install git-core git-svn did the trick. enjoy. read more