From: Takeshi A. <ta...@fi...> - 2011-06-17 01:38:05
|
Hi Rainer, On Thu, 16 Jun 2011 16:05:56 +0200, Rainer Machne <ra...@tb...> wrote: > Finally I have time to start moving to github. > > I am following the instructions here, since it seems to keep the full > CVS history: > http://ghantoos.org/2010/11/11/migrating-sourceforge-cvs-source-repository-to-github/ > > Is that a good idea? Any better instructions? I think it is a good way to go. > > Currently, I am stuck at the third series of steps already. My git says: > git cvsimport -p x -v -d /home/mescalin/raim/programs/sbmlsolver/ sbmlsolver > > git: 'cvsimport' is not a git command. See 'git --help'. The message suggests that your git does not have the cvsimport module, which is separate from git-core. Presuming that your system is a Linux distribution, in case of Fedora, the meta package "git-all" provides it: https://admin.fedoraproject.org/pkgdb/acls/name/git If you use Debian or Ubuntu, just install git-cvs: http://packages.debian.org/git-cvs HTH. Cheers, -- Takeshi Abe |