On Wed, Feb 17, 2010 at 14:03, Ivan Zhakov <i...@visualsvn.com> wrote: > On Wed, Feb 17, 2010 at 9:57 PM, Greg Stein <gst...@gmail.com> wrote: >> Also: PRISTINE.size is the size on-disk, which may be different from >> the uncompressed size. >> >> The on-disk size is handier than the uncompressed size, I believe. >> > Just one note from wc-1 experience: It's good to have translated > pristine size to quickly answer that file modified without comparison > file contents at all.
That value is stored in BASE_NODE and WORKING_NODE as the column 'translated_size'. The size needs to account for EOL and keyword translations. Cheers, -g