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
ryanrya...@gmail.com

Attachment: signature.asc
Description: Digital signature

Reply via email to