From: Rainer M. <ra...@tb...> - 2011-06-17 14:14:40
|
If that was it already, it was really simple. Now, I guess I have to learn how to work with github too :) https://github.com/raim/SBML_odeSolver Thanks for your help, Takeshi! Now, should we move to Sundials 2.4.0 already? cheers, Rainer On 06/17/2011 03:37 AM, Takeshi Abe wrote: > 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 > |