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/19 09:33:12 UTC

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

Author: julianfoad
Date: Fri Feb 19 08:33:12 2010
New Revision: 911739

URL: http://svn.apache.org/viewvc?rev=911739&view=rev
Log:
* subversion/libsvn_wc/wc-metadata.sql
  (PRISTINE): Correct the doc string introduced in r911348: mention that it
    is used by the ACTUAL_NODE table as well as the others.

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=911739&r1=911738&r2=911739&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Fri Feb 19 08:33:12 2010
@@ -169,7 +169,7 @@
 /* The PRISTINE table keeps track of pristine texts. Each pristine text is
    stored in a file which may be compressed. Each pristine text is
    referenced by any number of rows in the BASE_NODE and WORKING_NODE
-   tables.
+   and ACTUAL_NODE tables.
  */
 /* ### BH: Will CHECKSUM be the same key as used for indexing a file in the
            Pristine store? If that key is SHA-1 we might need an alternative