svn_client_blame2

Function svn_client_blame2 

Source
pub unsafe extern "C" fn svn_client_blame2(
    path_or_url: *const c_char,
    peg_revision: *const svn_opt_revision_t,
    start: *const svn_opt_revision_t,
    end: *const svn_opt_revision_t,
    receiver: svn_client_blame_receiver_t,
    receiver_baton: *mut c_void,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_blame3(), but with @a diff_options set to default options as returned by svn_diff_file_options_parse() and @a ignore_mime_type set to FALSE.

@deprecated Provided for backwards compatibility with the 1.3 API.

@since New in 1.2.