From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20014 invoked by alias); 19 Sep 2007 11:35:47 -0000 Received: (qmail 20002 invoked by uid 22791); 19 Sep 2007 11:35:46 -0000 X-Spam-Check-By: sourceware.org Received: from mx.meyering.net (HELO mx.meyering.net) (82.230.74.64) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Sep 2007 11:35:41 +0000 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id CF8D92BE19; Wed, 19 Sep 2007 13:35:38 +0200 (CEST) From: Jim Meyering To: "Frank Ch. Eigler" Cc: overseers@sourceware.org Subject: Re: a sourceware git server? In-Reply-To: <20070919111918.GF8765@redhat.com> (Frank Ch. Eigler's message of "Wed, 19 Sep 2007 07:19:18 -0400") References: <87k5qn7adj.fsf@rho.meyering.net> <20070919025524.GD8765@redhat.com> <87k5qn3y7y.fsf@rho.meyering.net> <20070919111918.GF8765@redhat.com> Date: Wed, 19 Sep 2007 11:35:00 -0000 Message-ID: <87r6ku3n1x.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00098.txt.bz2 "Frank Ch. Eigler" wrote: > On Wed, Sep 19, 2007 at 09:34:25AM +0200, Jim Meyering wrote: >> [...] >> This will fix it: >> chgrp lvm /git/lvm2.git/. > > Done. Thanks. >> These work fine: >> git-clone ssh://sourceware.org/git/dm >> git-clone git://sourceware.org/git/dm >> >> But these slightly shorter commands don't work: >> git-clone ssh://sourceware.org/dm >> git-clone git://sourceware.org/dm > > That's because I wanted to keep the ssh: and git: URLs the same. > >> [...] you can add the --base-path=/git option in xinet.d. > > AFAIK, that would only affect the git: URL, and force the ssh: one to > contain the base path name (/git). Consistency is good, too. Either way is fine. I tried the shorter one because that's what your git://sources.redhat.com/FOO example suggested.