From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Holtmann Subject: Problem with cg-clone Date: Sat, 29 Oct 2005 19:08:46 +0200 Message-ID: <1130605726.5396.39.camel@blade> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-From: git-owner@vger.kernel.org Sat Oct 29 19:09:47 2005 Return-path: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVuCF-0004qI-4A for gcvg-git@gmane.org; Sat, 29 Oct 2005 19:08:47 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751063AbVJ2RIo (ORCPT ); Sat, 29 Oct 2005 13:08:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751148AbVJ2RIo (ORCPT ); Sat, 29 Oct 2005 13:08:44 -0400 Received: from coyote.holtmann.net ([217.160.111.169]:2441 "EHLO mail.holtmann.net") by vger.kernel.org with ESMTP id S1751063AbVJ2RIn (ORCPT ); Sat, 29 Oct 2005 13:08:43 -0400 Received: from blade (p5487F34C.dip.t-dialin.net [84.135.243.76]) by mail.holtmann.net (8.12.3/8.12.3/Debian-7.1) with ESMTP id j9TH8qGB029997 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sat, 29 Oct 2005 19:08:53 +0200 To: git@vger.kernel.org X-Mailer: Evolution 2.4.1 X-Virus-Scanned: ClamAV 0.85.1/1149/Thu Oct 27 22:20:09 2005 on coyote.holtmann.net X-Virus-Status: Clean Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Hi guys, I installed the latest git and cogito from their repositories and now the local clone command is failing: # cg-clone linux-2.6 test-2.6 defaulting to local storage area Using hard links `/data/kernel/linux-2.6/.git/HEAD' -> `.git/refs/heads/.origin-fetching' error: Couldn't find 8a212ab6b8a4ccc6f3c3d1beba5f92655c576404: not separate or in any pack Cannot obtain needed object 8a212ab6b8a4ccc6f3c3d1beba5f92655c576404 while processing commit 0000000000000000000000000000000000000000. cg-fetch: objects fetch failed cg-clone: fetch failed Previously this was working fine and since cogito hasn't changed the last few days, I suspect that git is at fault here or changed something. Any ideas? Regards Marcel