pub unsafe extern "C" fn svn_wc_copy2(
src: *const c_char,
dst_parent: *mut svn_wc_adm_access_t,
dst_basename: *const c_char,
cancel_func: svn_cancel_func_t,
cancel_baton: *mut c_void,
notify_func: svn_wc_notify_func2_t,
notify_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_copy3(), but takes access batons and a relative path and a basename instead of absolute paths and a working copy context.
@since New in 1.2. @deprecated Provided for backward compatibility with the 1.6 API.