You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/02/18 11:37:32 UTC

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

Author: julianfoad
Date: Thu Feb 18 10:37:32 2010
New Revision: 911317

URL: http://svn.apache.org/viewvc?rev=911317&view=rev
Log:
* subversion/libsvn_wc/wc-metadata.sql
  (PRISTINE): Document the "size" column.

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=911317&r1=911316&r2=911317&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Thu Feb 18 10:37:32 2010
@@ -175,6 +175,7 @@
      ### that no compression has been applied. */
   compression  INTEGER,
 
+  /* The size in bytes of the file in which the pristine text is stored. */
   /* ### used to verify the pristine file is "proper". NULL if unknown,
      ### and (thus) the pristine copy is incomplete/unusable. */
   size  INTEGER,