Re: Excruciatingly slow git-svn imports

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Wong
Date: Tuesday, April 29, 2008 - 12:03 am

Geert Bosch <bosch@adacore.com> wrote:


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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Excruciatingly slow git-svn imports, Geert Bosch, (Thu Apr 24, 11:54 am)
Re: Excruciatingly slow git-svn imports, Steven Grimm, (Thu Apr 24, 12:57 pm)
Re: Excruciatingly slow git-svn imports, Eric Wong, (Tue Apr 29, 12:03 am)
Re: Excruciatingly slow git-svn imports, Eric Wong, (Tue Apr 29, 12:11 am)
Re: Excruciatingly slow git-svn imports, Geert Bosch, (Sun May 4, 9:29 pm)
Re: Excruciatingly slow git-svn imports, Eric Wong, (Mon May 5, 8:28 pm)
Re: Excruciatingly slow git-svn imports, Avery Pennarun, (Mon May 5, 8:56 pm)
Re: Excruciatingly slow git-svn imports, Eric Wong, (Mon May 5, 9:25 pm)
Re: Excruciatingly slow git-svn imports, Geert Bosch, (Tue May 6, 4:23 am)