On Mon, Jul 26, 2010 at 5:16 PM, David <david@silveregg.co.jp> wrote:
On 07/26/2010 05:44 PM, Pauli Virtanen wrote:
> Mon, 26 Jul 2010 13:57:36 +0900, David Cournapeau wrote:
>> I have finally prepared and uploaded a test repository containing numpy
>> code:
>>
>> http://github.com/numpy/numpy_svn

Hmm, this may just be my crappy internet connection but:

$ git clone http://github.com/numpy/numpy_svn.git
Initialized empty Git repository in /Users/rgommers/Code/tmp/numpy_svn/.git/
remote: Counting objects: 47413, done.
remote: Compressing objects: 100% (9781/9781), done.
error: RPC failed; result=18, HTTP code = 200MiB | 3 KiB/s 

Will try again tomorrow.


> Also, Ralf has the Git ID in format "rgommers<...email...>", but I guess
> that's correct?

My checkout failed so can't check this, but that looks a little odd. My .gitconfig is normal:
user]
    name = rgommers
    email = <...myemail...>

Looking with gitk in my numpy/scipy repos the ID after my commits looks the same as those of others.

Cheers,
Ralf