I'm planning to change the order of NODES columns so that they're
grouped more logically, like in my BASE_NODE overview comment.  If I
can, I'll do this before switching to NODES as the default, as it is
almost impossible to do later.

Currently:

  wc_id
  local_relpath
  op_depth
  parent_relpath
  repos_id
  repos_path
  revision
  presence
  depth
  moved_here
  moved_to
  kind
  changed_revision
  changed_date
  changed_author
  checksum
  properties
  translated_size
  last_mod_time
  dav_cache
  symlink_target
  file_external

Wanted:

  # Indexing
  wc_id
  local_relpath
  op_depth
  parent_relpath

  # Node-Rev
  repos_id
  repos_path
  revision

  # Restructuring
  presence
  moved_here
  moved_to

  # Content
  kind
  properties
  depth
  checksum
  symlink_target

  # Last-Change
  changed_revision
  changed_date
  changed_author

  # Misc. cached data
  translated_size
  last_mod_time
  dav_cache
  file_external

Any comments?

- Julian


Reply via email to