From: "J.H." <warthog19@eaglescrag.net>
To: Will Palmer <wmpalmer@gmail.com>
Cc: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>,
"Luke Kenneth Casson Leighton" <luke.leighton@gmail.com>,
git <git@vger.kernel.org>
Subject: Re: http://tech.slashdot.org/comments.pl?sid=1885890&cid=34358134
Date: Mon, 29 Nov 2010 11:27:44 -0800 [thread overview]
Message-ID: <4CF3FEB0.9040806@eaglescrag.net> (raw)
In-Reply-To: <1291025571.4262.21.camel@wpalmer.simply-domain>
> I want my version control software to use p2p concepts for efficiency. I
> don't want my version control software to be a p2p client any more than
> I want my text-editor to be a mail client.
Keep in mind that adding p2p concepts to something doesn't make it more
efficient, in fact in most cases it makes it dramatically *LESS* efficient.
git-torrent like concepts have come up in the past, and I keep pointing
out how and why they likely won't be useful. The biggest reason: there
is no advantage for a client to stay in the cloud once they have their
data. You can force this, sure, but clones are seldom and rare to begin
with (as you mentioned) so there won't be a very large cloud to pull
from to start with. With that in mind, I really see no advantage to p2p
inside of the git core at all. It adds a lot of complexity for little gain.
Now you do mention things that would be useful:
- Ability to resume a clone that you only have a partial download for
(maybe just pack files?)
- Ability to include something like a 'meta-link' like list of
repositories to check for data (inferred from the multiple download
locations)
There are things we can learn from p2p, but I don't think adding it to
git is actually useful.
Just my $0.02 though.
- John 'Warthog9' Hawley
next prev parent reply other threads:[~2010-11-29 19:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-27 17:33 http://tech.slashdot.org/comments.pl?sid=1885890&cid=34358134 Luke Kenneth Casson Leighton
2010-11-27 18:36 ` http://tech.slashdot.org/comments.pl?sid=1885890&cid=34358134 Ævar Arnfjörð Bjarmason
2010-11-27 19:06 ` http://tech.slashdot.org/comments.pl?sid=1885890&cid=34358134 Luke Kenneth Casson Leighton
2010-11-27 19:28 ` http://tech.slashdot.org/comments.pl?sid=1885890&cid=34358134 Jonathan Nieder
2010-11-27 20:19 ` http://tech.slashdot.org/comments.pl?sid=1885890&cid=34358134 Ævar Arnfjörð Bjarmason
2010-11-29 10:12 ` http://tech.slashdot.org/comments.pl?sid=1885890&cid=34358134 Will Palmer
2010-11-29 10:35 ` http://tech.slashdot.org/comments.pl?sid=1885890&cid=34358134 Nguyen Thai Ngoc Duy
2010-11-29 19:27 ` J.H. [this message]
2010-11-30 9:43 ` http://tech.slashdot.org/comments.pl?sid=1885890&cid=34358134 Will Palmer
2010-11-30 10:08 ` http://tech.slashdot.org/comments.pl?sid=1885890&cid=34358134 Jan Krüger
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=4CF3FEB0.9040806@eaglescrag.net \
--to=warthog19@eaglescrag.net \
--cc=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=luke.leighton@gmail.com \
--cc=wmpalmer@gmail.com \
/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.