pub unsafe extern "C" fn svn_fs_revision_prop(
value_p: *mut *mut svn_string_t,
fs: *mut svn_fs_t,
rev: svn_revnum_t,
propname: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Like #svn_fs_revision_prop2 but using @a pool for @a scratch_pool as well as @a result_pool and setting @a refresh to #TRUE.
@see svn_fs_refresh_revision_props
@deprecated For backward compatibility with 1.9.