You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/07/04 16:44:19 UTC

svn commit: r1142695 - /subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

Author: stsp
Date: Mon Jul  4 14:44:18 2011
New Revision: 1142695

URL: http://svn.apache.org/viewvc?rev=1142695&view=rev
Log:
* subversion/libsvn_wc/wc-metadata.sql: Add TODO note about renaming the
   "absent" presence value to "server-excluded" with the next format bump.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc-metadata.sql?rev=1142695&r1=1142694&r2=1142695&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Mon Jul  4 14:44:18 2011
@@ -763,6 +763,10 @@ PRAGMA user_version = 29;
    number will be, however, so we're just marking it as 99 for now.  */
 -- format: 99
 
+/* TODO: Rename the "absent" presence value to "server-excluded" before
+   the 1.7 release. wc_db.c and this file have references to "absent" which
+   still need to be changed to "server-excluded". */
+
 /* Now "drop" the tree_conflict_data column from actual_node. */
 CREATE TABLE ACTUAL_NODE_BACKUP (
   wc_id  INTEGER NOT NULL,