~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/repository.txt

  • Committer: Martin Pool
  • Date: 2007-10-02 02:54:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2873.
  • Revision ID: mbp@sourcefrog.net-20071002025430-5qkc146iuaqxdsgk
Ignore .pyd files in bzr tree (windows C extensions)

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
interesting to have it be deterministic based on content, but there are no
272
272
specific problems we have solved by doing that, and doing so would require
273
273
hashing the full file. OTOH hashing the full file is a cheap way to detect
274
 
bit-errors in transfer (such as windows corruption). Non-reused file names
275
 
are required for data integrity, as clients having read an index will
276
 
readv at arbitrary times later. 
 
274
bit-errors in transfer (such as windows corruption).
277
275
 
278
276
Discovery of files
279
277
~~~~~~~~~~~~~~~~~~
300
298
Choosing compression/delta support
301
299
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
302
300
 
 
301
 
303
302
Caching and writeing of data
304
303
============================
305
304