pub unsafe extern "C" fn svn_client_propset3(
commit_info_p: *mut *mut svn_commit_info_t,
propname: *const c_char,
propval: *const svn_string_t,
target: *const c_char,
depth: svn_depth_t,
skip_checks: svn_boolean_t,
base_revision_for_url: svn_revnum_t,
changelists: *const apr_array_header_t,
revprop_table: *const apr_hash_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
An amalgamation of svn_client_propset_local() and svn_client_propset_remote() that takes only a single target, and returns the commit info in @a *commit_info_p rather than through a callback function.
@since New in 1.5. @deprecated Provided for backward compatibility with the 1.6 API.