pub unsafe extern "C" fn svn_client_move3(
commit_info_p: *mut *mut svn_commit_info_t,
src_path: *const c_char,
dst_path: *const c_char,
force: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_move4(), with the difference that if @a dst_path already exists and is a directory, move the item into that directory, keeping its name (the last component of @a src_path).
@since New in 1.3.
@deprecated Provided for backward compatibility with the 1.3 API.