From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pieter de Bie Subject: Re: What's cooking in git.git (topics) Date: Tue, 24 Jun 2008 10:12:28 +0200 Message-ID: <9B8F0B10-F48D-475B-BF59-CEE94222B6E8@ai.rug.nl> References: <7vr6crj0jk.fsf@gitster.siamese.dyndns.org> <7vmyn4hr8f.fsf@gitster.siamese.dyndns.org> <7vmymsjz6x.fsf@gitster.siamese.dyndns.org> <7vabijxhk4.fsf@gitster.siamese.dyndns.org> <7vwslhg8qe.fsf@gitster.siamese.dyndns.org> <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> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Cc: Miklos Vajna , git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Tue Jun 24 10:13:32 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 1KB3ec-0002pq-I7 for gcvg-git-2@gmane.org; Tue, 24 Jun 2008 10:13:30 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751830AbYFXIMe (ORCPT ); Tue, 24 Jun 2008 04:12:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751409AbYFXIMc (ORCPT ); Tue, 24 Jun 2008 04:12:32 -0400 Received: from smtp-4.orange.nl ([193.252.22.249]:30964 "EHLO smtp-4.orange.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751132AbYFXIMb (ORCPT ); Tue, 24 Jun 2008 04:12:31 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6303.orange.nl (SMTP Server) with ESMTP id 731B27000091; Tue, 24 Jun 2008 10:12:29 +0200 (CEST) Received: from [192.168.1.11] (s5591931c.adsl.wanadoo.nl [85.145.147.28]) by mwinf6303.orange.nl (SMTP Server) with ESMTP id 1C9977000081; Tue, 24 Jun 2008 10:12:29 +0200 (CEST) X-ME-UUID: 20080624081229117.1C9977000081@mwinf6303.orange.nl In-Reply-To: <7vwskfclfs.fsf@gitster.siamese.dyndns.org> X-Mailer: Apple Mail (2.924) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 24 jun 2008, at 09:59, Junio C Hamano wrote: > The idea of the "shell: accept 'git foo' form" patch is that as long > as > the server end consistently use the same version (i.e. git-shell is > from > 'next' and it knows where the rest of git is installed), things should > work fine. I've merged them to 'next' and pushed it out so that you > can > try it. Any clone / push operation fails if you use current next: 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. Also, I think the client sends the command to execute on the remote side. At least for v1.5.5 clients and before, that is "git-upload-pack". As this is not in PATH, that command will fail on any server that runs v1.5.6 and has the libexec dir. - Pieter