svn_client_info

Function svn_client_info 

Source
pub unsafe extern "C" fn svn_client_info(
    path_or_url: *const c_char,
    peg_revision: *const svn_opt_revision_t,
    revision: *const svn_opt_revision_t,
    receiver: svn_info_receiver_t,
    receiver_baton: *mut c_void,
    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_info2() but with @a changelists passed as @c NULL, and @a depth set according to @a recurse: if @a recurse is TRUE, @a depth is #svn_depth_infinity, else #svn_depth_empty.

@deprecated Provided for backward compatibility with the 1.4 API.