On Thu, Feb 18, 2010 at 06:49, <julianf...@apache.org> wrote: >... > +++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Thu Feb 18 11:49:25 > 2010 > @@ -163,6 +163,12 @@ > > > /* ------------------------------------------------------------------------- > */ > + > +/* 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 >... Cheers, -g