Comment 1 for bug 351317

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: Cannot join by reference more than one repository

the fundamental problem here is the way file ids in bzr-git are constructed at the moment; even if we would fix the tree root file id issue, then the file ids for other paths in the tree would still clash (a README file would have the same file id if it existed in both trees).

Generating proper file ids and following renames is something that we've delayed until the next mapping version, as it can be quite complex.