fast-import ignores destination

Bug #719460 reported by Massimiliano Alberti
This bug report is a duplicate of:  Bug #876330: support colocated branches. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar Fast Import
New
Undecided
Unassigned

Bug Description

I'm using Windows, latest trunk fastimport and python-fastimport (latest as 15 feb 2011).

When I try to fast-import a branch, the branch isn't created and the revisions are loaded on the trunk.

bzr init-repo Test
cd Test
bzr init trunk
cd trunk
echo > test.txt
bzr add
bzr commit -m Test
cd ..
bzr branch trunk branch1
cd branch1
bzr mv test.txt Test.txt
bzr commit -m Test
cd ..
cd ..
bzr fast-export --no-plain Test/trunk trunk.fi
bzr fast-export --no-plain Test/branch1 branch1.fi

bzr init-repo Test2
cd Test2

bzr fast-import ../trunk.fi trunk
bzr fast-import ../branch1.fi branch1

This should re-create a trunk and a branch1, instead the folder branch1 isn't created and the commits of branch1 are loaded in the trunk, with a branch-nick of "branch1". I tried adding --trees on the two imports but it was the same.

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.