From: Felipe Contreras <felipe.contreras@gmail.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>, Jeff King <peff@peff.net>,
Johannes Schindelin <Johannes.Schindelin@gmx.de>,
Felipe Contreras <felipe.contreras@gmail.com>
Subject: [PATCH v2 0/5] New remote-bzr remote helper
Date: Mon, 5 Nov 2012 16:56:15 +0100 [thread overview]
Message-ID: <1352130980-3998-1-git-send-email-felipe.contreras@gmail.com> (raw)
Hi,
I decided to get rid of bzr-fastimport; too much complexity for not really that much of a gain.
The only feature I know is missing is support for executable modes and links.
I haven't verified that the resulting output is exactly the same as with other
tools, so be careful while using this.
Also, for the moment I'm not making a distinction betwen local and remote
repositories; they all get a local clone.
Pushing is significantly slower than with bzr-fastimport, but they are using
too many hacks on top of bzrlib, one that has left it broken it for years for
many people, and nobody has bothered to fix it, I had to find it the hard way
and disable the hack. I think the hit in perfromance is completely OK given
that we are using a more conventional bzrlib API, and going to be less likely
to be broken in the future.
Cheers.
Changes sinve v1:
* Rewritten to avoid bzr-fastimport
Felipe Contreras (5):
Add new remote-bzr transport helper
remote-bzr: add simple tests
remote-bzr: add support for pushing
remote-bzr: add support for remote repositories
remote-bzr: update working tree
contrib/remote-helpers/git-remote-bzr | 672 ++++++++++++++++++++++++++++++++++
contrib/remote-helpers/test-bzr.sh | 111 ++++++
2 files changed, 783 insertions(+)
create mode 100755 contrib/remote-helpers/git-remote-bzr
create mode 100755 contrib/remote-helpers/test-bzr.sh
--
1.8.0
next reply other threads:[~2012-11-05 15:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-05 15:56 Felipe Contreras [this message]
2012-11-05 15:56 ` [PATCH v2 1/5] Add new remote-bzr transport helper Felipe Contreras
2012-11-05 15:56 ` [PATCH v2 2/5] remote-bzr: add simple tests Felipe Contreras
2012-11-05 15:56 ` [PATCH v2 3/5] remote-bzr: add support for pushing Felipe Contreras
2012-11-05 15:56 ` [PATCH v2 4/5] remote-bzr: add support for remote repositories Felipe Contreras
2012-11-05 15:56 ` [PATCH v2 5/5] remote-bzr: update working tree Felipe Contreras
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=1352130980-3998-1-git-send-email-felipe.contreras@gmail.com \
--to=felipe.contreras@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=peff@peff.net \
/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