svn_wc_prop_set2

Function svn_wc_prop_set2 

Source
pub unsafe extern "C" fn svn_wc_prop_set2(
    name: *const c_char,
    value: *const svn_string_t,
    path: *const c_char,
    adm_access: *mut svn_wc_adm_access_t,
    skip_checks: svn_boolean_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Like svn_wc_prop_set3(), but without the notification callbacks.

@since New in 1.2. @deprecated Provided for backwards compatibility with the 1.5 API.