pub unsafe extern "C" fn svn_client_merge3(
source1: *const c_char,
revision1: *const svn_opt_revision_t,
source2: *const c_char,
revision2: *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_t
Expand description
Similar to svn_client_merge4(), but with @a allow_mixed_rev set to @c TRUE. The @a force parameter maps to the @c force_delete parameter of svn_client_merge4().
@deprecated Provided for backward compatibility with the 1.6 API.
@since New in 1.5.