* [ANN] bzr-fast-export
@ 2008-03-07 12:03 Adeodato Simó
2008-03-07 12:26 ` QbProg
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Adeodato Simó @ 2008-03-07 12:03 UTC (permalink / raw)
To: bazaar, git
I was needing a bzr frontend for git-fast-import, and as there wasn't
one, I wrote it.
It does all what I need, so I'm not atm much interested in spending more
time on it, but as noted in the README, Ian Clatworthy (the author of
bzr-fastimport) is willing to take ownership of it under the bzr-fastimport
umbrella.
The current (fast food) code lives at:
http://chistera.yi.org/~adeodato/tmp/other/bzr-fast-export.git
I'll update the README file in that repository once it gets integrated
into bzr-fastimport.
Cheers,
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ANN] bzr-fast-export
2008-03-07 12:03 [ANN] bzr-fast-export Adeodato Simó
@ 2008-03-07 12:26 ` QbProg
2008-03-07 12:45 ` Johannes Schindelin
2008-03-11 18:57 ` Ian Clatworthy
2 siblings, 0 replies; 7+ messages in thread
From: QbProg @ 2008-03-07 12:26 UTC (permalink / raw)
To: bazaar, git, Ian Clatworthy
[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]
I've recently filed a bug about export performance and status info.
Maybe this could be related?
https://bugs.launchpad.net/bzr/+bug/196607
Good Bye
QbProg
2008/3/7, Adeodato Simó <dato@net.com.org.es>:
>
> I was needing a bzr frontend for git-fast-import, and as there wasn't
> one, I wrote it.
>
> It does all what I need, so I'm not atm much interested in spending more
> time on it, but as noted in the README, Ian Clatworthy (the author of
> bzr-fastimport) is willing to take ownership of it under the
> bzr-fastimport
> umbrella.
>
> The current (fast food) code lives at:
>
> http://chistera.yi.org/~adeodato/tmp/other/bzr-fast-export.git
>
> I'll update the README file in that repository once it gets integrated
> into bzr-fastimport.
>
> Cheers,
>
>
> --
> Adeodato Simó dato at net.com.org.es
> Debian Developer adeodato at debian.org
>
> Excuse me for thinking a banana-eating contest was about eating a banana!
> -- Paris Geller
>
>
>
[-- Attachment #2: Type: text/html, Size: 2024 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ANN] bzr-fast-export
2008-03-07 12:03 [ANN] bzr-fast-export Adeodato Simó
2008-03-07 12:26 ` QbProg
@ 2008-03-07 12:45 ` Johannes Schindelin
2008-03-07 12:55 ` Adeodato Simó
2008-03-11 18:57 ` Ian Clatworthy
2 siblings, 1 reply; 7+ messages in thread
From: Johannes Schindelin @ 2008-03-07 12:45 UTC (permalink / raw)
To: Adeodato Simó; +Cc: bazaar, git, Ian Clatworthy
[-- Attachment #1: Type: TEXT/PLAIN, Size: 652 bytes --]
Hi,
On Fri, 7 Mar 2008, Adeodato Simó wrote:
> I was needing a bzr frontend for git-fast-import, and as there wasn't
> one, I wrote it.
Nice.
I like having options, and I gather so do bzr users... Such as being able
to import a repository from whatever format it is in, into your favourite
one.
> It does all what I need, so I'm not atm much interested in spending more
> time on it, but as noted in the README, Ian Clatworthy (the author of
> bzr-fastimport) is willing to take ownership of it under the
> bzr-fastimport umbrella.
BTW is it possible to import a git repository into bzr with git
fast-export | bzr-fastimport?
Ciao,
Dscho
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ANN] bzr-fast-export
2008-03-07 12:03 [ANN] bzr-fast-export Adeodato Simó
2008-03-07 12:26 ` QbProg
2008-03-07 12:45 ` Johannes Schindelin
@ 2008-03-11 18:57 ` Ian Clatworthy
2008-03-11 19:49 ` Jakub Narebski
2 siblings, 1 reply; 7+ messages in thread
From: Ian Clatworthy @ 2008-03-11 18:57 UTC (permalink / raw)
To: Adeodato Simó; +Cc: bazaar, git
Adeodato Simó wrote:
> It does all what I need, so I'm not atm much interested in spending more
> time on it, but as noted in the README, Ian Clatworthy (the author of
> bzr-fastimport) is willing to take ownership of it under the bzr-fastimport
> umbrella.
Adeodato,
This is now included in bzr-fastimport as of rev 57. I made a minor edit
to the README accordingly. Let me know if you want any further changes.
Thanks for this,
Ian C.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ANN] bzr-fast-export
2008-03-11 18:57 ` Ian Clatworthy
@ 2008-03-11 19:49 ` Jakub Narebski
2008-03-12 10:44 ` Adeodato Simó
0 siblings, 1 reply; 7+ messages in thread
From: Jakub Narebski @ 2008-03-11 19:49 UTC (permalink / raw)
To: Ian Clatworthy; +Cc: bazaar, git, Adeodato Simó
Ian Clatworthy <ian.clatworthy@internode.on.net> writes:
> Adeodato Simó wrote:
>
> > It does all what I need, so I'm not atm much interested in spending more
> > time on it, but as noted in the README, Ian Clatworthy (the author of
> > bzr-fastimport) is willing to take ownership of it under the bzr-fastimport
> > umbrella.
>
> Adeodato,
>
> This is now included in bzr-fastimport as of rev 57. I made a minor edit
> to the README accordingly. Let me know if you want any further changes.
Coult either of you then update information about bzr-fast-export on
http://git.or.cz/gitwiki/InterfacesFrontendsAndTools
Git Wiki page? Thanks in advance.
P.S. It is very nice that there exists option to import from Bazaar-NG
in Git, and vice versa, and double nice thet git's fast-import has
become language to do (fast) conversion.
--
Jakub Narebski
Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ANN] bzr-fast-export
2008-03-11 19:49 ` Jakub Narebski
@ 2008-03-12 10:44 ` Adeodato Simó
0 siblings, 0 replies; 7+ messages in thread
From: Adeodato Simó @ 2008-03-12 10:44 UTC (permalink / raw)
To: Jakub Narebski; +Cc: bazaar, git
* Jakub Narebski [Tue, 11 Mar 2008 12:49:30 -0700]:
> Coult either of you then update information about bzr-fast-export on
> http://git.or.cz/gitwiki/InterfacesFrontendsAndTools
> Git Wiki page? Thanks in advance.
Done.
Cheers,
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
So!, So. First day, Yes. Scary, Yes. Don't be scared, Well I'm not really
scared. You should be, Well I am a little bit scared. Well don't be, Make up
your mind!
-- Denholm, Jen. The IT Crowd.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-03-12 10:44 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-07 12:03 [ANN] bzr-fast-export Adeodato Simó
2008-03-07 12:26 ` QbProg
2008-03-07 12:45 ` Johannes Schindelin
2008-03-07 12:55 ` Adeodato Simó
2008-03-11 18:57 ` Ian Clatworthy
2008-03-11 19:49 ` Jakub Narebski
2008-03-12 10:44 ` Adeodato Simó
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).