Can't locate git-cvsimport?
Is git-cvsimport
part of the standard Git installation? I have two servers wit开发者_StackOverflow社区h 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.
For ubuntu natty:
sudo apt-get install git-cvs
On Fedora, it's not installed by default, so: "sudo yum install git-cvs".
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).
精彩评论