From mboxrd@z Thu Jan 1 00:00:00 1970 From: "=?ISO-8859-1?Q?Andr=E9_Goddard_Rosa?=" Subject: Re: Git clone stalls at a read(3, ...) saw using strace Date: Fri, 28 Jul 2006 05:58:19 -0400 Message-ID: References: <1154018302.13273.0.camel@dv> <1154025679.13273.5.camel@dv> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: "Git Mailing List" , "Linus Torvalds" , "Ribeiro, Humberto Plinio" X-From: git-owner@vger.kernel.org Fri Jul 28 11:58:30 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G6P6z-00031W-Lu for gcvg-git@gmane.org; Fri, 28 Jul 2006 11:58:30 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932601AbWG1J60 convert rfc822-to-quoted-printable (ORCPT ); Fri, 28 Jul 2006 05:58:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932603AbWG1J60 (ORCPT ); Fri, 28 Jul 2006 05:58:26 -0400 Received: from py-out-1112.google.com ([64.233.166.177]:61782 "EHLO py-out-1112.google.com") by vger.kernel.org with ESMTP id S932601AbWG1J6Z convert rfc822-to-8bit (ORCPT ); Fri, 28 Jul 2006 05:58:25 -0400 Received: by py-out-1112.google.com with SMTP id s49so577900pyc for ; Fri, 28 Jul 2006 02:58:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TYHNIyt1j/gySQ3PJwfpsokGoX1esNye5o9PGPRBkzvsbmcinh4ztoeXU7kzEPzQF2NccOeAjeOVPqPrX85Gc0uwjc4SrKD6eOUncWlr8FN9xdcHqQrfi/2H2yjcCNMtDTh52LdrV0+deqy73qeQcTcaVxG5opEvYmonfqfaqco= Received: by 10.35.100.6 with SMTP id c6mr14231795pym; Fri, 28 Jul 2006 02:58:19 -0700 (PDT) Received: by 10.35.128.2 with HTTP; Fri, 28 Jul 2006 02:58:19 -0700 (PDT) To: "Pavel Roskin" In-Reply-To: Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On 7/28/06, Andr=E9 Goddard Rosa wrote: > On 7/27/06, Andr=E9 Goddard Rosa wrote: > > On 7/27/06, Pavel Roskin wrote: > > > On Thu, 2006-07-27 at 10:50 -0700, Linus Torvalds wrote: > > > > Nope. I have a fairly constant 120kbps, and: > > > > > > > > [torvalds@g5 ~]$ git clone git://source.mvista.com/git/linux-d= avinci-2.6.git > > > > Checking files out...) > > > > 100% (19754/19754) done > > > > > > Same thing here. Current git from the master branch. > > > > Forgot to say that we are using this script in GIT_PROXY_COMMAND > > environment variable: > > > > (echo "CONNECT $1:$2 HTTP/1.0"; echo; cat ) | nc > > | (read a; read a; cat ) > > > > The first 'read a' removes the 'CONNECT SUCCESS HTTP RESPONSE 200' = and > > the second removes an empty line as described here: > > > > http://www.gelato.unsw.edu.au/archives/git/0605/20664.html > > > > I will try from home later again. > > Okey, I tried from home (without the proxy trick) and it behaved a lo= t > better but my disc went full in the process and I got these messages: > ... > ... > ... > error: git-checkout-index: unable to write file drivers/scsi/mac53c94= =2Ec > error: git-checkout-index: unable to write file drivers/scsi/mac53c94= =2Eh > error: git-checkout-index: unable to write file drivers/scsi/mac_esp.= c > error: git-checkout-index: unable to create file > drivers/scsi/mac_scsi.c (No space left on device) > error: git-checkout-index: unable to create file > drivers/scsi/mac_scsi.h (No space left on device) > error: git-checkout-index: unable to create file > drivers/scsi/mca_53c9x.c (No space left on device) > error: git-checkout-index: unable to create file > drivers/scsi/megaraid.c (No space left on device) > error: git-checkout-index: unable to create file > drivers/scsi/megaraid.h (No space left on device) > fatal: cannot create directory at drivers/scsi/megaraid > > And it finished keeping the downloaded files, but I still cannot see > these files listed above. > I tried to pull but it says that I'm up-to-date: > > doctorture:/opt/downloads/mvista/linux-mvista # git-pull > Already up-to-date. > > I remember that using CVS I just used 'cvs update' after checkout and > it would bring the missing files to me. > > What I'm doing wrong here? I'm also receiving these messages when trying to change branches: doctorture:/opt/downloads/mvista/linux-mvista # git-checkout origin fatal: Untracked working tree file '.gitignore' would be overwritten by= merge. Perhaps I will need to download using git-clone again? Thanks, --=20 []s, Andr=E9 Goddard