Julian Foad <julian.f...@wandisco.com> writes: > COMPATIBILITY > ============= > > We need to keep the old WC interface working: > > svn_wc_transmit_text_deltas2(&tempfile, &md5_digest, ...) > svn_wc_queue_committed2(queue, path, ..., md5_checksum) > svn_wc_process_committed_queue(queue, ...) > > How? I can't see a way to communicate the SHA-1 checksum to > svn_wc_process_committed_queue() via the queue, but I can think of the > following ways.
There is an access baton in the old interface, it's opaque and can be made to store anything. It could contain a hash of filename=>SHA-1. -- Philip