pub unsafe extern "C" fn svn_client_propget2(
props: *mut *mut apr_hash_t,
propname: *const c_char,
target: *const c_char,
peg_revision: *const svn_opt_revision_t,
revision: *const svn_opt_revision_t,
recurse: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_propget3(), except that @a actual_revnum and @a changelists are always @c NULL, and @a depth is set according to @a recurse: if @a recurse is TRUE, then @a depth is #svn_depth_infinity, else #svn_depth_empty.
@deprecated Provided for backward compatibility with the 1.4 API.