svn_client_diff3

Function svn_client_diff3 

Source
pub unsafe extern "C" fn svn_client_diff3(
    diff_options: *const apr_array_header_t,
    path1: *const c_char,
    revision1: *const svn_opt_revision_t,
    path2: *const c_char,
    revision2: *const svn_opt_revision_t,
    recurse: svn_boolean_t,
    ignore_ancestry: svn_boolean_t,
    no_diff_deleted: svn_boolean_t,
    ignore_content_type: svn_boolean_t,
    header_encoding: *const c_char,
    outfile: *mut apr_file_t,
    errfile: *mut apr_file_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_diff4(), but with @a changelists passed as @c NULL, and @a depth set according to @a recurse: if @a recurse is TRUE, set @a depth to #svn_depth_infinity, if @a recurse is FALSE, set @a depth to #svn_depth_empty.

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