svn_wc_prop_set

Function svn_wc_prop_set 

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

Like svn_wc_prop_set2(), but with @a skip_checks always FALSE.

@deprecated Provided for backward compatibility with the 1.1 API.