"git svn" command fails with error "git: 'svn' is not a git command. See 'git --help'." -
i trying execute command on redhat 6.5 box , throws error "git: 'svn' not git command. see 'git --help'." have git 1.7.1 installed on box. please help.
git svn clone http://yourcompany.com/path/to/svn/project-abc project-abc
you need have git-svn
package installed (this separate package).
Comments
Post a Comment