From: Eric Wong <normalperson@yhbt.net>
To: Geert Bosch <bosch@adacore.com>
Cc: "git@vger.kernel.org List" <git@vger.kernel.org>,
Adam Roben <aroben@apple.com>
Subject: Re: Excruciatingly slow git-svn imports
Date: Tue, 29 Apr 2008 00:03:55 -0700 [thread overview]
Message-ID: <20080429070355.GF24171@muzzle> (raw)
In-Reply-To: <CC0F600D-71F3-493A-AA9C-AF901C1A58C4@adacore.com>
Geert Bosch <bosch@adacore.com> wrote:
> Before trying to brush up my Perl and propose patching fixes for this
> (I doubt the extra execve's take much time at all), I was wondering why
> we don't open a single stream to git-fast-import and have it do
> the heavy lifting. Are there fundamental issues with this?
Last I checked, fast-import doesn't allow rereading freshly imported
objects before that particular fast-import instance is finished running.
Since git-svn imports deltas from SVN instead of full files, so it often
needs to reread objects it imported in the same run to make use of
deltas.
However, Adam Roben's been working on some improvements to git-cat-file
which allow it to avoid many fork+exec calls. The tests and some code
have some outstanding issues, but the code appears to work, and I'm sure
Adam would love to have you test it more for him :)
http://thread.gmane.org/gmane.comp.version-control.git/80240
--
Eric Wong
prev parent reply other threads:[~2008-04-29 7:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-24 18:54 Excruciatingly slow git-svn imports Geert Bosch
2008-04-24 19:57 ` Steven Grimm
2008-04-29 7:11 ` Eric Wong
2008-05-05 4:29 ` Geert Bosch
2008-05-06 3:28 ` Eric Wong
2008-05-06 3:56 ` Avery Pennarun
2008-05-06 4:25 ` Eric Wong
2008-05-06 11:23 ` Geert Bosch
2008-04-29 7:03 ` Eric Wong [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=20080429070355.GF24171@muzzle \
--to=normalperson@yhbt.net \
--cc=aroben@apple.com \
--cc=bosch@adacore.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).