pub unsafe extern "C" fn svn_client_merge2(
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,
recurse: svn_boolean_t,
ignore_ancestry: svn_boolean_t,
force: 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_merge3(), but with @a record_only set to @c FALSE, 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.4.