~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-05 08:06:38 UTC
  • Revision ID: mbp@sourcefrog.net-20050505080638-005d85468e636c5e
- todo notes on inventory

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
  we scan for new children) or files encountered in a directory that's
211
211
  being scanned.
212
212
 
 
213
* Better handling of possible collisions on case-losing filesystems;
 
214
  make sure a single file does not get added twice under different
 
215
  names.
 
216
 
 
217
* Clean up XML inventory:
 
218
 
 
219
  - Use nesting rather than parent_id pointers.
 
220
 
 
221
  - Hold the ElementTree in memory in the Inventory object and work
 
222
    directly on that, rather than converting into Python objects every
 
223
    time it is read in.  Probably still expose it through some kind of
 
224
    object interface though, but perhaps that should just be a proxy
 
225
    for the elements.
 
226
 
 
227
  - Less special cases for the root directory. 
 
228
 
213
229
 
214
230
Large things
215
231
------------