~bzr-pqm/bzr/bzr.dev

  • Committer: Martin Pool
  • Date: 2005-08-19 22:41:41 UTC
  • Revision ID: mbp@sourcefrog.net-20050819224141-b43244067d36eee7
- add a tool script to convert past history into weaves

  this is not quite finished yet but does pretty well.  
  we still need to upgrade the inventories as we go to make
  them store file revision_ids, so that we can get the right
  file back out of the weave.

  the results compare quite well: the history of bzr up to 
  this point is 25688kB in the full-text store, gzipped, and 
  3676kB in the weave store, and 1460kB in the weave store
  gzipped.  so about 20x compression before gzip.  a full
  working directory is 3084kB.

  using this we can get accurate fast annotations of all past
  versions, though you do need to map the weave version numbers
  back to revisions by hand for the moment.
Filename Latest Rev Last Changed Committer Comment Size
..
annotate3.patch 645 19 years ago Martin Pool - split out proposed progress module 262 KB Diff Download File
annotate4.patch 647 19 years ago Martin Pool - split out updated progress indicator 262 KB Diff Download File
cache-remote-revisions.diff 688 19 years ago Martin Pool - add deferred patch from abentley to fetch rem 4.8 KB Diff Download File
find-touching-from-seq.diff 631 19 years ago Martin Pool - add deferred patch for finding touching patches 2.7 KB Diff Download File
meta-data-in-inventory.patch 677 19 years ago Martin Pool - draft 'meta' command by john 10.4 KB Diff Download File
ndiff.patch 817 19 years ago Martin Pool - Deferred patch that uses Python ndiff format. 4.7 KB Diff Download File
pending-merge.patch 1036 19 years ago Martin Pool - add pending merge from aaron 4.2 KB Diff Download File
plugins-no-plugins.patch 737 19 years ago Martin Pool - add plugin patch, still being integrated 18.6 KB Diff Download File
progress.diff 647 19 years ago Martin Pool - split out updated progress indicator 4.7 KB Diff Download File
symlink-support.patch 521 19 years ago Martin Pool - Add patch to give symlink support 20.3 KB Diff Download File