importing git repo where root of tree moved leaves ghosts
Bug #1233046 reported by
Sam Hartman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Fast Import |
New
|
Undecided
|
Unassigned |
Bug Description
With 0.13.0, I find that when I
git clone git://git.
cd mech_eap
git fast-export debian -- |bzr fast-import /tmp/t
/tmp/t/debian has several files that are not actually in the root.
What seems to have happened is that bzr-fastimport is dealing poorly with the situation where the root of the repository moved down a level.
including move/copy detection in the git fast-export doesn't help.
Doing a git fast-export --all produces even more unfortunate results (crashes on the fast import)
t
To post a comment you must log in.