pub unsafe extern "C" fn svn_client_merge_peg3(
source: *const c_char,
ranges_to_merge: *const apr_array_header_t,
peg_revision: *const svn_opt_revision_t,
target_wcpath: *const c_char,
depth: svn_depth_t,
ignore_ancestry: svn_boolean_t,
force: svn_boolean_t,
record_only: svn_boolean_t,
dry_run: svn_boolean_t,
merge_options: *const apr_array_header_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_client_merge_peg4(), but with @a allow_mixed_rev set to @c TRUE. The @a force parameter maps to the @c force_delete parameter of svn_client_merge_peg4().
@deprecated Provided for backward compatibility with the 1.6 API.
@since New in 1.5.