Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"git svn" command fails with error "git: 'svn' is not a git command. See 'git --help'."

Tags:

git

svn

git-svn

I am trying to execute this command on my redhat 6.5 box and it throws the error "git: 'svn' is not a git command. See 'git --help'." I have git 1.7.1 installed on this box. Please help.

git svn clone http://yourcompany.com/path/to/svn/project-abc project-abc

like image 683
Anil Avatar asked Sep 30 '15 05:09

Anil


1 Answers

you need to have the git-svn package installed (this is a separate package).

like image 69
Chris Maes Avatar answered Sep 17 '22 21:09

Chris Maes