git-svn not a git command?
I just check on my newly installed ubuntu box and it wasn't installed even with git-core installed. A simple:
sudo apt-get install git-svn
or your distro equivalent should fix it.
On Ubuntu:
sudo add-apt-repository ppa:git-core/ppa
apt-get update
sudo apt-get install git-svn