pub unsafe extern "C" fn svn_wc_get_update_editor2(
target_revision: *mut svn_revnum_t,
anchor: *mut svn_wc_adm_access_t,
target: *const c_char,
use_commit_times: svn_boolean_t,
recurse: svn_boolean_t,
notify_func: svn_wc_notify_func2_t,
notify_baton: *mut c_void,
cancel_func: svn_cancel_func_t,
cancel_baton: *mut c_void,
diff3_cmd: *const c_char,
editor: *mut *const svn_delta_editor_t,
edit_baton: *mut *mut c_void,
ti: *mut svn_wc_traversal_info_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_get_update_editor3() but with the @a allow_unver_obstructions parameter always set to FALSE, @a conflict_func and baton set to NULL, @a fetch_func and baton set to NULL, @a preserved_exts set to NULL, @a depth_is_sticky set to FALSE, and @a depth set according to @a recurse: if @a recurse is TRUE, pass #svn_depth_infinity, if FALSE, pass #svn_depth_files.
@deprecated Provided for backward compatibility with the 1.4 API.