开发者

Can't locate git-cvsimport?

开发者 https://www.devze.com 2023-03-20 12:23 出处:网络
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 lat

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).

0

精彩评论

暂无评论...
验证码 换一张
取 消