You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2010/02/20 13:55:30 UTC

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

Author: philip
Date: Sat Feb 20 12:55:30 2010
New Revision: 912112

URL: http://svn.apache.org/viewvc?rev=912112&view=rev
Log:
* subversion/libsvn_wc/wc-metadata.sql
  (WORKING_NODE): Note parent_relpath will never be null.

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=912112&r1=912111&r2=912112&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Sat Feb 20 12:55:30 2010
@@ -228,8 +228,8 @@
   local_relpath  TEXT NOT NULL,
 
   /* parent's local_relpath for aggregating children of a given parent.
-     this will be "" if the parent is the wcroot. NULL if this is the
-     wcroot node. */
+     Since a wcroot will never have a WORKING node the parent_relpath
+     will never be null. */
   parent_relpath  TEXT,
 
   /* Is this node "present" or has it been excluded for some reason?