svn_wc_merge

Function svn_wc_merge 

Source
pub unsafe extern "C" fn svn_wc_merge(
    left: *const c_char,
    right: *const c_char,
    merge_target: *const c_char,
    adm_access: *mut svn_wc_adm_access_t,
    left_label: *const c_char,
    right_label: *const c_char,
    target_label: *const c_char,
    dry_run: svn_boolean_t,
    merge_outcome: *mut svn_wc_merge_outcome_t,
    diff3_cmd: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_merge2(), but with @a merge_options set to NULL.

@deprecated Provided for backwards compatibility with the 1.3 API.