From: Jeff Garzik <jgarzik@pobox.com>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org, Daniel Barkalow <barkalow@iabervon.org>,
Linus Torvalds <torvalds@osdl.org>,
linux-kernel@vger.kernel.org
Subject: Re: Current state of GIT fetch/pull clients
Date: Thu, 15 Sep 2005 21:03:50 -0400 [thread overview]
Message-ID: <432A19F6.8050605@pobox.com> (raw)
In-Reply-To: <7vbr2tx51n.fsf@assigned-by-dhcp.cox.net>
Junio C Hamano wrote:
> Neither http nor rsync transports know about the 'alternates'
> mechanism yet, so if a downloader does:
>
> $ git pull http://kernel.org/pub/scm/linux/kernel/git/$u/$tree
> $ git pull rsync://kernel.org/pub/scm/linux/kernel/git/$u/$tree
>
> unless the downloader has already fetched from Linus'
> repository, this will not work.
>
> * In the case of rsync transport, it would slurp all objects
> your repository has, but does not get objects from Linus'
> repository. Also, rsync will overwrite the
> objects/info/alternates file the downloader has in his
> repository with what you have in your repository, which is
> not what we want.
Yes, this is why I don't bother with alternates at the present time.
Users of my repos, at least, have been trained to use rsync://... and
currently expect to get a working tree that way.
Jeff
next prev parent reply other threads:[~2005-09-16 1:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-15 3:26 [PATCH RFC] Add support for alternates in HTTP Daniel Barkalow
2005-09-15 23:52 ` Current state of GIT fetch/pull clients Junio C Hamano
2005-09-16 1:03 ` Jeff Garzik [this message]
2005-09-16 5:49 ` Keith Owens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=432A19F6.8050605@pobox.com \
--to=jgarzik@pobox.com \
--cc=barkalow@iabervon.org \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.