On Wed, May 2, 2012 at 4:10 PM, <hwri...@apache.org> wrote: >... > +++ > subversion/branches/ev2-export/subversion/include/private/svn_wc_private.h > Wed May 2 20:10:23 2012 > @@ -1087,6 +1087,35 @@ svn_wc__node_pristine_install(svn_wc_con > const svn_checksum_t *md5_checksum, > apr_pool_t *scratch_pool); > > +/* If requested set *CONTENTS to a readable stream that will yield the > pristine > + text identified by SHA1_CHECKSUM (must be a SHA-1 checksum) within the WC > + identified by WRI_ABSPATH in DB.
Based on SHA1? Couldn't you use the normal abspath and svn_wc_get_pristine_contents2() ? >... Cheers, -g