From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrFCb-0001X8-25 for qemu-devel@nongnu.org; Mon, 15 Mar 2010 14:39:45 -0400 Received: from [199.232.76.173] (port=56208 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrFCa-0001WN-HI for qemu-devel@nongnu.org; Mon, 15 Mar 2010 14:39:44 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NrFCY-0002qa-S1 for qemu-devel@nongnu.org; Mon, 15 Mar 2010 14:39:44 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:52672) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NrFCY-0002qU-IC for qemu-devel@nongnu.org; Mon, 15 Mar 2010 14:39:42 -0400 Received: by pvf33 with SMTP id 33so1497792pvf.4 for ; Mon, 15 Mar 2010 11:39:41 -0700 (PDT) Message-ID: <4B9E7EE2.7020306@codemonkey.ws> Date: Mon, 15 Mar 2010 13:39:30 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] git clone --recursive fails on git://git.qemu.org/qemu.git References: <20100315181643.GG31588@arachsys.com> In-Reply-To: <20100315181643.GG31588@arachsys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Webb Cc: qemu-devel@nongnu.org On 03/15/2010 01:16 PM, Chris Webb wrote: > I tried to grab a recursive clone of qemu.git in order to get the head of > the seabios and vgabios trees to match the head of qemu.git, but the > operation failed with > > $ git clone --recursive git://git.qemu.org/qemu.git qemu-r > Initialized empty Git repository in /home/chris/git/qemu-r/.git/ > remote: Counting objects: 59824, done. > remote: Compressing objects: 100% (15786/15786), done. > remote: Total 59824 (delta 47532), reused 55283 (delta 43936) > Receiving objects: 100% (59824/59824), 24.67 MiB | 292 KiB/s, done. > Resolving deltas: 100% (47532/47532), done. > Submodule 'roms/seabios' (git://git.qemu.org/seabios.git/) registered for path 'roms/seabios' > Submodule 'roms/vgabios' (git://git.qemu.org/vgabios.git/) registered for path 'roms/vgabios' > Initialized empty Git repository in /home/chris/git/qemu-r/roms/seabios/.git/ > remote: Counting objects: 4711, done. > remote: Compressing objects: 100% (1259/1259), done. > remote: Total 4711 (delta 3758), reused 4360 (delta 3450) > Receiving objects: 100% (4711/4711), 1.04 MiB | 266 KiB/s, done. > Resolving deltas: 100% (3758/3758), done. > fatal: reference is not a tree: 8f469b9676127ba6bb52609d89ec774e61db0ee1 > Unable to checkout '8f469b9676127ba6bb52609d89ec774e61db0ee1' in submodule path 'roms/seabios' > > Is this a problem with qemu.git, or am I just failing to drive git properly? > Should work now. Sorry about that. Regards, Anthony Liguori > Cheers, > > Chris. > > >