pub unsafe extern "C" fn svn_wc_crop_tree(
anchor: *mut svn_wc_adm_access_t,
target: *const c_char,
depth: svn_depth_t,
notify_func: svn_wc_notify_func2_t,
notify_baton: *mut c_void,
cancel_func: svn_cancel_func_t,
cancel_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_crop_tree2(), but uses an access baton and target.
svn_wc_crop_tree() also allows #svn_depth_exclude, which is now handled via svn_wc_exclude()
@a target is a basename in @a anchor or “” for @a anchor itself.
@since New in 1.6 @deprecated Provided for backward compatibility with the 1.6 API.