Skip to main content

svn_client_diff_peg3

Function svn_client_diff_peg3 

Source
pub unsafe extern "C" fn svn_client_diff_peg3(
    diff_options: *const apr_array_header_t,
    path: *const c_char,
    peg_revision: *const svn_opt_revision_t,
    start_revision: *const svn_opt_revision_t,
    end_revision: *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_diff_peg4(), 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_files.

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