pub unsafe extern "C" fn svn_wc_prop_get2(
value: *mut *const svn_string_t,
wc_ctx: *mut svn_wc_context_t,
local_abspath: *const c_char,
name: *const c_char,
result_pool: *mut apr_pool_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *value to the value of property @a name for @a local_abspath, allocating @a *value in @a result_pool. If no such prop, set @a *value to @c NULL. @a name may be a regular or wc property; if it is an entry property, return the error #SVN_ERR_BAD_PROP_KIND. @a wc_ctx is used to access the working copy.
If @a local_abspath is not a versioned path, return #SVN_ERR_WC_PATH_NOT_FOUND
@since New in 1.7.