From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Schindelin Subject: Re: What's cooking in git.git (topics) Date: Tue, 24 Jun 2008 20:08:56 +0100 (BST) Message-ID: References: <7vhccfiksy.fsf@gitster.siamese.dyndns.org> <7vod6k6zg4.fsf@gitster.siamese.dyndns.org> <7v4p7xwsfp.fsf@gitster.siamese.dyndns.org> <7v3anb19n7.fsf@gitster.siamese.dyndns.org> <7vwskjazql.fsf@gitster.siamese.dyndns.org> <20080621121429.GI29404@genesis.frugalware.org> <7vwskfclfs.fsf@gitster.siamese.dyndns.org> <9B8F0B10-F48D-475B-BF59-CEE94222B6E8@ai.rug.nl> <20080624160224.GA29404@genesis.frugalware.org> <20080624185403.GB29404@genesis.frugalware.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Pieter de Bie , Junio C Hamano , git@vger.kernel.org To: Miklos Vajna X-From: git-owner@vger.kernel.org Tue Jun 24 21:12:10 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 1KBDvo-00044b-8s for gcvg-git-2@gmane.org; Tue, 24 Jun 2008 21:11:56 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751874AbYFXTLA (ORCPT ); Tue, 24 Jun 2008 15:11:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751873AbYFXTLA (ORCPT ); Tue, 24 Jun 2008 15:11:00 -0400 Received: from mail.gmx.net ([213.165.64.20]:48812 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751778AbYFXTK7 (ORCPT ); Tue, 24 Jun 2008 15:10:59 -0400 Received: (qmail invoked by alias); 24 Jun 2008 19:10:56 -0000 Received: from almond.st-and.ac.uk (EHLO almond.st-and.ac.uk) [138.251.155.241] by mail.gmx.net (mp065) with SMTP; 24 Jun 2008 21:10:56 +0200 X-Authenticated: #1490710 X-Provags-ID: V01U2FsdGVkX1+AR5dXny2AzxQyB5diYGHBFexzY7wb5LLnKyowzM /RZg5TRTBirI1i X-X-Sender: gene099@racer In-Reply-To: <20080624185403.GB29404@genesis.frugalware.org> User-Agent: Alpine 1.00 (DEB 882 2007-12-20) X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Tue, 24 Jun 2008, Miklos Vajna wrote: > On Tue, Jun 24, 2008 at 05:25:57PM +0100, Johannes Schindelin wrote: > > > > Vienna:bin pieter$ git --version > > > > git version 1.5.6.129.g274ea > > > > Vienna:bin pieter$ git clone localhost:project/bonnenteller > > > > Initialize bonnenteller/.git > > > > Initialized empty Git repository in /opt/git/bin/bonnenteller/.git/ > > > > Password: > > > > bash: git-upload-pack: command not found > > > > fatal: The remote end hung up unexpectedly > > > > > > > > I think that is what Miklos meant. > > > > > > Exactly. Thanks for the good description. > > > > AFAICT these are fixed with ed99a225(Merge branch 'jc/dashless' into > > next). > > Using fc48199 ("Merge branch 'master' into next", which includes > ed99a225) on the server, v1.5.6 on the client, I get: > > $ git clone server:/home/vmiklos/git/test next > Initialize next/.git > Initialized empty Git repository in /home/vmiklos/scm/git/next/.git/ > vmiklos@server's password: > bash: git-upload-pack: command not found > fatal: The remote end hung up unexpectedly Hmm. Probably the client needs to be newer, too. This is going to be painful. Junio? Sorry for the noise, Dscho