svn_txdelta

Function svn_txdelta 

Source
pub unsafe extern "C" fn svn_txdelta(
    stream: *mut *mut svn_txdelta_stream_t,
    source: *mut svn_stream_t,
    target: *mut svn_stream_t,
    pool: *mut apr_pool_t,
)
Expand description

Similar to svn_txdelta2 but always calculating the target checksum.

@deprecated Provided for backward compatibility with the 1.7 API.