svn_client_info3

Function svn_client_info3 

Source
pub unsafe extern "C" fn svn_client_info3(
    abspath_or_url: *const c_char,
    peg_revision: *const svn_opt_revision_t,
    revision: *const svn_opt_revision_t,
    depth: svn_depth_t,
    fetch_excluded: svn_boolean_t,
    fetch_actual_only: svn_boolean_t,
    changelists: *const apr_array_header_t,
    receiver: svn_client_info_receiver2_t,
    receiver_baton: *mut c_void,
    ctx: *mut svn_client_ctx_t,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_info4, but doesn’t support walking externals.

@since New in 1.7. @deprecated Provided for backward compatibility with the 1.8 API.