pub unsafe extern "C" fn svn_wc_merge_props(
state: *mut svn_wc_notify_state_t,
path: *const c_char,
adm_access: *mut svn_wc_adm_access_t,
baseprops: *mut apr_hash_t,
propchanges: *const apr_array_header_t,
base_merge: svn_boolean_t,
dry_run: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Same as svn_wc_merge_props2(), but with a @a conflict_func (and baton) of NULL.
@since New in 1.3. The base_merge option is not supported since 1.7. @deprecated Provided for backward compatibility with the 1.4 API.