On Wed, 2010-02-17, Greg Stein wrote: > To further illuminate here... the *same* pristine could have variant > translated_size values based on each node's set of properties > (svn:keywords, svn:eol-style, etc). That is why we attached the > translated_size to the BASE_NODE and WORKING_NODE tables. A/foo and > A/bar could use the same pristine, but have different on-disk > representations due to the properties attached to each. > > Hunh. Now that I think about it, if you change the properties on a > node (ie. new props go into ACTUAL_NODE), then we do not have a > modified translated_size. Darn it. I think we're going to need to add > that...
Whether we need this depends on whether we want to translate a pristine text according to the *working* props or only ever according to the *pristine* props. - Julian