[Carpet] Repository migration finished

Luca Baiotti baiotti at ea.c.u-tokyo.ac.jp
Mon Mar 3 02:23:22 CET 2008


Erik Schnetter wrote:
> On Mar 2, 2008, at 17:57:48, Luca Baiotti wrote:
> 
>> Hi Erik,
>>
>> the webpage on how to clone with git has some typos in these lines
>>
>>
>> Git Repository
>> Write access to Carpet git repositories is also handled via ssh. Once
>> you have an account set up, you obtain e.g. the development version with
>>
>>         cd Cactus
>>         git clone carpetgit at carpetcode.dyndns.org:carpet.git
>>     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> What is wrong with this line?  This syntax should use git over ssh to 
> obtain the development version from the new server.  I have just tested 
> this line again -- it works for me.

On belladonna, I get:

LB-belladonna > git clone carpetgit at carpetcode.dyndns.org:carpet.git
Initialized empty Git repository in /home/baiotti/tmp/carpet/.git/
Password:



So it asks for a password. Instead:


LB-belladonna > git clone -o carpet git://carpetcode.dyndns.org/carpet.git
Initialized empty Git repository in /home/baiotti/tmp/carpet/.git/
remote: Generating pack...
[...]


And proceeds well.


Luca


More information about the developers mailing list