Re: Importing Bzr revisions

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Reitter
Date: Monday, March 23, 2009 - 6:27 am

On Mar 23, 2009, at 4:06 AM, Junio C Hamano wrote:

I'm just experimenting with "bzr fast-export", which converts to git,  
and it seems to take about 4 minutes for 1000 revisions on our  
(modern) server.  That would be around 7 hours for my emacs  
repository; I can't do that daily.

I wonder if there's a way for (bzr) fast-export / (git) fast-import to  
work incrementally, i.e. for selected or most recent revisions.

Or, one could do something like  bzr diff -r $REV.. $BBRANCH |  (cd  
$GBRANCH; patch -p0; git commit), plus preserving authors and log  
messages.   Is this roughly what the fast-export format does anyways?
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Importing Bzr revisions, David Reitter, (Sun Mar 22, 8:33 pm)
Re: Importing Bzr revisions, Junio C Hamano, (Mon Mar 23, 1:06 am)
Re: Importing Bzr revisions, David Reitter, (Mon Mar 23, 5:13 am)
Re: Importing Bzr revisions, David Reitter, (Mon Mar 23, 6:27 am)
Re: Importing Bzr revisions, Shawn O. Pearce, (Mon Mar 23, 6:55 am)
Re: Importing Bzr revisions, Teemu Likonen, (Mon Mar 23, 7:07 am)
Re: Importing Bzr revisions, Pieter de Bie, (Mon Mar 23, 7:18 am)
Re: Importing Bzr revisions, David Reitter, (Mon Mar 23, 8:18 am)
Re: Importing Bzr revisions, Pieter de Bie, (Mon Mar 23, 1:15 pm)
Re: Importing Bzr revisions, David Reitter, (Mon Mar 23, 2:00 pm)
Re: Importing Bzr revisions, David Reitter, (Wed Mar 25, 8:05 pm)