[Pkg-bazaar-maint] Bug#523858: git-bzr doesn't work

Ryan Niebur ryanryan52 at gmail.com
Mon Apr 13 04:23:44 UTC 2009


Package: bzr-fastimport
Version: 0.8.0~bzr167-1
Severity: normal
Forwarded: https://bugs.launchpad.net/bzr-fastimport/+bug/347729
Blocks: 497153

Hi!

The following script results in a traceback from bzr-fastimport. This is a minimal test case of what the git-bzr code is doing.

Thanks,
Ryan

rm -fr bzr-temp git-temp
mkdir bzr-temp
cd bzr-temp
bzr init
touch a
bzr add a
bzr commit -m "yep"
cd ..
mkdir git-temp
cd git-temp
git init
bzr fast-export --export-marks=.git/bzr-upstream --git-branch=bzr/upstream ../bzr-temp > .git/temp1
git fast-import --export-marks=.git/git-upstream < .git/temp1
git checkout -b local_branch bzr/upstream
touch b
git add b
git commit -m "yepppppppppp"
git fast-export --import-marks=.git/git-upstream --export-marks=.git/git-upstream HEAD > .git/temp2
cd ../bzr-temp
bzr fast-import --import-marks=../git-temp/.git/bzr-upstream --export-marks=../git-temp/.git/bzr-upstream ../git-temp/.git/temp2

-- 
_________________________
Ryan Niebur
ryanryan52 at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-bazaar-maint/attachments/20090412/2732fd45/attachment.pgp>


More information about the Pkg-bazaar-maint mailing list