Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't locate git-cvsimport?

Tags:

git

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.

like image 827
Ishan De Silva Avatar asked Jul 13 '11 12:07

Ishan De Silva


2 Answers

For ubuntu natty:

sudo apt-get install git-cvs
like image 58
Paulo Matos Avatar answered Sep 18 '22 17:09

Paulo Matos


On Fedora, it's not installed by default, so: "sudo yum install git-cvs".

like image 26
torek Avatar answered Sep 20 '22 17:09

torek