/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to notes/roundtripping.txt

  • Committer: Jelmer Vernooij
  • Date: 2010-05-02 18:32:55 UTC
  • mto: (0.200.912 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20100502183255-vdvzcj2sb66cga3p
Fix file id map (de)serialization.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Bzr revision metadata that doesn't exist in git:
2
2
 
3
3
 - revision ids
4
 
  * one-on-one mapping to git-sha's and revision properties
 
4
 - revision properties
 
5
 - ghost parents
5
6
 - file ids
6
7
  * git-sha+path -> fileid mapping
7
8
 
8
9
refs/bzr/<revid> refs to be able to find Git revisions based on Bazaar revision
9
10
ids.
10
 
 
11
 
.bzr needs extra git metadata:
12
 
 
13
 
(for round-tripped revisions only)
14
 
 * global map from git sha's to bzr revision ids
15
 
  + generated by bzr-git (slow) when not present
16
 
 * per bzr-revision map from git sha to bzr file id, revision id
17