From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Riesen Subject: Re: Git Cygwin - unable to create any repository - help! Date: Tue, 15 Jan 2008 23:55:36 +0100 Message-ID: <20080115225536.GB32287@steel.home> References: <20080114202932.GA25130@steel.home> <20080115054807.GA3694@steel.home> <20080115200437.GB3213@steel.home> <20080115212022.GC3213@steel.home> Reply-To: Alex Riesen Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Paul Umbers X-From: git-owner@vger.kernel.org Tue Jan 15 23:56:25 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1JEuhk-0006sa-4a for gcvg-git-2@gmane.org; Tue, 15 Jan 2008 23:56:24 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757858AbYAOWzj (ORCPT ); Tue, 15 Jan 2008 17:55:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757204AbYAOWzj (ORCPT ); Tue, 15 Jan 2008 17:55:39 -0500 Received: from mo-p07-ob.rzone.de ([81.169.146.189]:23208 "EHLO mo-p07-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754167AbYAOWzi (ORCPT ); Tue, 15 Jan 2008 17:55:38 -0500 X-RZG-CLASS-ID: mo07 X-RZG-AUTH: z4gQVF2k5XWuW3CculzxtolErE4= Received: from tigra.home (Faa76.f.strato-dslnet.de [195.4.170.118]) by post.webmailer.de (klopstock mo57) (RZmta 15.4) with ESMTP id w05c1fk0FJhk31 ; Tue, 15 Jan 2008 23:55:36 +0100 (MET) (envelope-from: ) Received: from steel.home (steel.home [192.168.1.2]) by tigra.home (Postfix) with ESMTP id 4C401277AE; Tue, 15 Jan 2008 23:55:36 +0100 (CET) Received: by steel.home (Postfix, from userid 1000) id 2D32D56D22; Tue, 15 Jan 2008 23:55:36 +0100 (CET) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15+20070412 (2007-04-11) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Paul Umbers, Tue, Jan 15, 2008 22:59:52 +0100: > Git version is 1.5.3.8. That's ok too. The git-add is as verbose regarding errors as today. Next would be to try to recompile git and instrument that file: > On Jan 15, 2008 2:20 PM, Alex Riesen wrote: > > Hmm... What "git version" returns for you? (the .git/config contains > > filemode=true, which cygwin breaks every time). > > > > Of course, it would be interesting to know if the current git works > > for you. Or the MinGW port: > > > > http://code.google.com/p/msysgit/downloads/list > > > > It used to conflict with cygwin, though. Or try the MinGW port > > If the current git fails, I'd suggest to instrument write_sha1_file in > > sha1_file.c and see if it really manages to create temporary file and > > rename it to sha1 file (that d9/b06fceac52f6c24357e6a7f85c601088381152). > > I suspect either rename or link failing silently (IOW, it fails to > > create the new name under objects/d9/ but returns 0(no error) anyway). That sha1_file.c above