Is git-cvsimport part of the standard Git installation? I have two servers with Git versions 1.7.3.1 and 1.7.4, but none of them seem to have git-cvsimport. Is it part of a later version?
Please help.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The command is “git cvsimport”. It’s a subcommand of git, not a separate binary/shell script (and it should be part of the standard installation, if you compile it yourself. Ubuntu or other linux packages might have a separate package for that).