HostOnNet Blog

git: ‘svn’ is not a git-command. See ‘git –help’.

Looking for Linux Server Admin or WordPress Expert? We can help.

On ubuntu , when i run git svn, i get following error

root@hostonnet:/usr/local/zend/share# git svn clone http://framework.zend.com/svn/framework/standard/trunk
git: 'svn' is not a git-command. See 'git --help'.
root@hostonnet:/usr/local/zend/share#

This is fixed by installing git-svn

sudo apt-get install git-svn

Posted in Git, Ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.