pub unsafe extern "C" fn svn_wc_get_status_editor2(
editor: *mut *const svn_delta_editor_t,
edit_baton: *mut *mut c_void,
set_locks_baton: *mut *mut c_void,
edit_revision: *mut svn_revnum_t,
anchor: *mut svn_wc_adm_access_t,
target: *const c_char,
config: *mut apr_hash_t,
recurse: svn_boolean_t,
get_all: svn_boolean_t,
no_ignore: svn_boolean_t,
status_func: svn_wc_status_func2_t,
status_baton: *mut c_void,
cancel_func: svn_cancel_func_t,
cancel_baton: *mut c_void,
traversal_info: *mut svn_wc_traversal_info_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Like svn_wc_get_status_editor3(), but with @a ignore_patterns provided from the corresponding value in @a config, and @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.