git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Chris Packham <judge.packham@gmail.com>
To: Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>
Cc: Gabriel Filion <lelutin@gmail.com>, git@vger.kernel.org
Subject: Re: RFD: git-bzr: anyone interested?
Date: Tue, 27 Apr 2010 10:00:39 -0700	[thread overview]
Message-ID: <v2ra038bef51004271000u218edd9fp639a53e7d8669345@mail.gmail.com> (raw)
In-Reply-To: <q2j86ecb3c71004270147le799967dw579964600be84066@mail.gmail.com>

On Tue, Apr 27, 2010 at 1:47 AM, Dmitrijs Ledkovs
<dmitrij.ledkov@ubuntu.com> wrote:
>
> Well I did this:
>
> $ mkdir -p ~/.bazaar/plugins
> $ bzr branch lp:bzr-fast-import ~/.bazaar/fast-import
> $ bzr branch lp:xiphos
> $ git init git-xiphos
> $ cd git-xiphos
> $ bzr fast-export ../xiphos | git fast-import

Bringing this full circle this is my version of what I needed to do.
Again its likely that the old version of bzr that openSUSE uses is the
reason the above didn't "just work(tm)" but just in case anyone else
is hitting the same problem heres my working recipbzr branch
lp:bzr-fast-import ~/.bazaar/fast-importe.

# plugin install
mkdir -p ~/.bazaar/plugins
bzr branch lp:bzr-fast-import ~/.bazaar/plugins/fastimport # note it
needs to be fastimport not fast-import or fast_import
bzr plugins --verbose  # just to check that the plugin is successfully installed

# actual import into git
bzr branch lp:upstart
git init upstart-git
cd upstart-git/
bzr fast-export ../upstart | git fast-import

> And the resulting git repository has master branch with tags.
>

Which is almost true for me except some tags weren't added due to
"missing revisions", and dang it if it doesn't happen to be the one
I'm after. This is probably because the 0.5 series for upstart is off
on its own, whatever fixes were in 0.5 probably have been merged I
just can't tell.

I think for my purposes I can manually find something close enough to
the actual revision that I need, either that or mess around trying to
import the obsolete 0.5 branch as well but thats something for me to
work through on my own now that I've got the fast-export recipe
working.

  reply	other threads:[~2010-04-27 17:01 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-18 18:13 RFD: git-bzr: anyone interested? Gabriel Filion
2010-02-18 18:37 ` Sverre Rabbelier
2010-02-19  7:05   ` Gabriel Filion
2010-02-19  7:49     ` Sverre Rabbelier
2010-02-19 12:52       ` Gabriel
2010-02-19 13:38         ` Sverre Rabbelier
2010-02-19 15:15           ` Writing git remote helpers Gabriel
2010-02-22  4:53       ` RFD: git-bzr: anyone interested? Gabriel Filion
2010-02-19 13:55     ` Ilari Liusvaara
2010-02-22  4:42       ` Gabriel Filion
2010-02-22 10:51         ` Ilari Liusvaara
2010-02-23  3:20           ` Gabriel Filion
2010-02-23 12:45             ` Ilari Liusvaara
2010-04-26 21:41               ` Chris Packham
2010-04-26 23:46                 ` Dmitrijs Ledkovs
2010-04-27  0:58                   ` Chris Packham
2010-04-27  2:10                   ` Miles Bader
2010-04-27  2:53                 ` Gabriel Filion
2010-04-27  8:47                   ` Dmitrijs Ledkovs
2010-04-27 17:00                     ` Chris Packham [this message]
2010-04-27 17:13                   ` Chris Packham
2010-04-27 23:22                     ` Dmitrijs Ledkovs
2010-08-06  7:19                 ` Conrad Parker
2010-08-07  3:36                   ` Miles Bader
2010-08-07  8:48                     ` Gabriel Filion
2010-08-07 13:37                       ` Miles Bader
2010-08-07 13:03                   ` git-archimport (was: Re: RFD: git-bzr: anyone interested?) Jakub Narebski
2010-08-07 13:11                     ` git-archimport Matthieu Moy
2010-02-20 13:58 ` RFD: git-bzr: anyone interested? Felipe Contreras
2010-02-22  2:43   ` Gabriel Filion

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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v2ra038bef51004271000u218edd9fp639a53e7d8669345@mail.gmail.com \
    --to=judge.packham@gmail.com \
    --cc=dmitrij.ledkov@ubuntu.com \
    --cc=git@vger.kernel.org \
    --cc=lelutin@gmail.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).