svn_wc_get_pristine_contents

Function svn_wc_get_pristine_contents 

Source
pub unsafe extern "C" fn svn_wc_get_pristine_contents(
    contents: *mut *mut svn_stream_t,
    path: *const c_char,
    result_pool: *mut apr_pool_t,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_get_pristine_contents2, but takes no working copy context and a path that can be relative

@since New in 1.6. @deprecated Provided for backward compatibility with the 1.6 API.