pub unsafe extern "C" fn svn_client_move6(
src_paths: *const apr_array_header_t,
dst_path: *const c_char,
move_as_child: svn_boolean_t,
make_parents: svn_boolean_t,
revprop_table: *const apr_hash_t,
commit_callback: svn_commit_callback2_t,
commit_baton: *mut c_void,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_client_move7(), but with @a allow_mixed_revisions always set to @c TRUE and @a metadata_only always to @c FALSE.
@since New in 1.7. @deprecated Provided for backward compatibility with the 1.7 API.