From: "Goo GGooo" <googgooo@gmail.com>
To: "Linus Torvalds" <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org, git@vger.kernel.org
Subject: Re: 2.6.17-rc6-mm2
Date: Fri, 16 Jun 2006 17:49:00 +1200 [thread overview]
Message-ID: <ef5305790606152249n2702873fy7b708d9c47c78470@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0606151937360.5498@g5.osdl.org>
On 6/16/06, Linus Torvalds <torvalds@osdl.org> wrote:
> So to recap:
> - http is fundamentally weaker, and needs some server-side help to work
> - rsync is fine for the initial clone, but doesn't actually know what
> it's doing, so the end result can actually even be a corrupted
> repository, because you happened to rsync just as it was updating.
> - the native git protocol generally should be considered the golden
> standard, where the other ones are just fallbacks in case of problems
> (like firewalls that don't let git:// through, or more commonly hosted
> servers that don't do the git protocol at all).
>
> Which hopefully clarifies the issue a bit.
Thanks for explanation. Unfortunately I can't use git:// with "git
pull" (at least in git-1.3.2). First it does some traffic, that
suddenly stops - I guess the server starts doing *something*, perhaps
preparing the update for me or whatnot. After a pretty long while it
sends some more data but in the meanwhile my ADSL router dropped the
NAT entry and git sits on my side waiting for data forever. Recently I
tried the same on a system with direct Inet connection and that worked
just fine.
I suggest adding SO_KEEPALIVE option on the git socket.
Goo
next prev parent reply other threads:[~2006-06-16 5:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <ef5305790606142040r5912ce58kf9f889c3d61b2cc0@mail.gmail.com>
2006-06-16 1:14 ` 2.6.17-rc6-mm2 Goo GGooo
2006-06-16 2:46 ` 2.6.17-rc6-mm2 Linus Torvalds
2006-06-16 5:49 ` Goo GGooo [this message]
2006-06-16 6:39 ` 2.6.17-rc6-mm2 Linus Torvalds
2006-06-16 20:56 ` 2.6.17-rc6-mm2 H. Peter Anvin
2006-06-16 22:52 ` 2.6.17-rc6-mm2 Junio C Hamano
2006-06-17 0:22 ` 2.6.17-rc6-mm2 Linus Torvalds
2006-06-16 22:44 ` 2.6.17-rc6-mm2 bert hubert
2006-06-20 3:01 ` 2.6.17-rc6-mm2 Michal Ludvig
2006-06-20 3:22 ` 2.6.17-rc6-mm2 Linus Torvalds
2006-06-16 12:40 ` 2.6.17-rc6-mm2 Uwe Zeisberger
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=ef5305790606152249n2702873fy7b708d9c47c78470@mail.gmail.com \
--to=googgooo@gmail.com \
--cc=git@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).