From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: 'sparse' clone idea
Date: Wed, 14 Jun 2006 11:44:41 +0200 [thread overview]
Message-ID: <e6olpv$77s$1@sea.gmane.org> (raw)
In-Reply-To: Pine.LNX.4.63.0606141110001.15673@wbgn013.biozentrum.uni-wuerzburg.de
Johannes Schindelin wrote:
> On Wed, 14 Jun 2006, Jakub Narebski wrote:
>
>> I wonder if 'sparse clone' idea described below would avoid the most
>> difficult part of 'shallow clone' idea, namely the [sometimes] need to
>> un-cauterize history. See: (<7vac8lidwi.fsf@assigned-by-dhcp.cox.net>).
>
> I do not think that is the hardest problem. The hardest thing is to tell
> the server in an efficient manner which objects we have.
>
> Example:
>
> A - B - C - D
> ^ cutoff
> ^ current HEAD
>
> Suppose B is your fake root, C is your HEAD, you want to fetch D. Now,
> make it a difficult example: both A and D contain a certain blob Z, but
> neither B nor C do. You have to tell the server _in an efficient manner_
> to send Z also.
>
> And by efficient manner I mean: you may not bring the server down just
> because 5 people with shallow clones decide to fetch from it.
Nah, that I think is solved. Check the mentioned post by Junio C Hamano
in the "Re: Figured out how to get Mozilla into git" post:
http://permalink.gmane.org/gmane.comp.version-control.git/21603
(although it would need extension to the git protocol). Client and server
do graft exchange both ways, limiting the commit ancestry graph the both
ends walk to the intersection of the fake view of the ancestry graph both
ends have. Then server uses those virtual grafts to calculate which objects
to send.
The rest is done (or should be done) by history grafting code.
>> * merge bases for all commits in full, and in the sparse part,
>> _including_ merge bases themselves
>
> Hmmm. You cannot know _all_ merge bases beforehand, because you do not
> decide where other people fork off.
By all merge bases I mean merge bases for all commits in full part, merge
bases for all commits in full part and commits pointed by tags in sparse
part, merge bases for all commits in full part and tagged in sparse part
and merge bases in sparse part etc. recursively.
>> * all roots
>
> Why?
Just in case, as an ultimate merge bases.
> P.S.: I think the problems of a lazy clone are much easier to solve...
I still think that the correct idea for the lazy clone is to have soft
grafts, so you have to solve at least part of shallo clone/sparse clone
problems first.
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
prev parent reply other threads:[~2006-06-14 9:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-14 8:23 'sparse' clone idea Jakub Narebski
2006-06-14 9:20 ` Johannes Schindelin
2006-06-14 9:44 ` Jakub Narebski [this message]
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='e6olpv$77s$1@sea.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.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).