Raimund Bauer wrote:
I have already imported lots of cvs repositories into git repostitories on
our server, which I then clone from several client machines.
This weekend I ran into a module I couldn't clone:
$ cvs -d :pserver:anonymous@cvs.drupal.org:/cvs/drupal-contrib login
enter passwort 'anonymous'
$ git cvsimport -d :pserver:anonymous@cvs.drupal.org:/cvs/drupal-contrib -v
-i contributions/modules/node_import
Initialized empty Git repository in
/home/ray/drupal/modules/node_import/.git/
Running cvsps...
connect error: Network is unreachable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Is this maybe the reason?
Rogan