svn_client_status2

Function svn_client_status2 

Source
pub unsafe extern "C" fn svn_client_status2(
    result_rev: *mut svn_revnum_t,
    path: *const c_char,
    revision: *const svn_opt_revision_t,
    status_func: svn_wc_status_func2_t,
    status_baton: *mut c_void,
    recurse: svn_boolean_t,
    get_all: svn_boolean_t,
    update: svn_boolean_t,
    no_ignore: svn_boolean_t,
    ignore_externals: svn_boolean_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Like svn_client_status3(), except with @a changelists passed as @c NULL, and with @a recurse instead of @a depth. If @a recurse is TRUE, behave as if for #svn_depth_infinity; else if @a recurse is FALSE, behave as if for #svn_depth_immediates.

@since New in 1.2. @deprecated Provided for backward compatibility with the 1.4 API.