pub unsafe extern "C" fn svn_client_mergeinfo_log(
finding_merged: svn_boolean_t,
target_path_or_url: *const c_char,
target_peg_revision: *const svn_opt_revision_t,
source_path_or_url: *const c_char,
source_peg_revision: *const svn_opt_revision_t,
receiver: svn_log_entry_receiver_t,
receiver_baton: *mut c_void,
discover_changed_paths: svn_boolean_t,
depth: svn_depth_t,
revprops: *const apr_array_header_t,
ctx: *mut svn_client_ctx_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_mergeinfo_log2(), but with @a source_start_revision and @a source_end_revision always of kind @c svn_opt_revision_unspecified;
@deprecated Provided for backwards compatibility with the 1.7 API. @since New in 1.7.