Skip to main content

svn_client_propset2

Function svn_client_propset2 

Source
pub unsafe extern "C" fn svn_client_propset2(
    propname: *const c_char,
    propval: *const svn_string_t,
    target: *const c_char,
    recurse: svn_boolean_t,
    skip_checks: svn_boolean_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Like svn_client_propset3(), but with @a base_revision_for_url always #SVN_INVALID_REVNUM; @a commit_info_p always @c NULL; @a changelists always @c NULL; @a revprop_table always @c NULL; and @a depth set according to @a recurse: if @a recurse is TRUE, @a depth is #svn_depth_infinity, else #svn_depth_empty.

@deprecated Provided for backward compatibility with the 1.4 API.