This is the mail archive of the
overseers@sourceware.org
mailing list for the Sourceware project.
Re: a sourceware git server?
"Frank Ch. Eigler" <fche@redhat.com> 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.