[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Change the order of NODES table columns

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Wed, 06 Oct 2010 12:11:23 +0100

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
Received on 2010-10-06 13:12:07 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.