pub unsafe extern "C" fn svn_fs_hotcopy(
src_path: *const c_char,
dest_path: *const c_char,
clean: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Like svn_fs_hotcopy2(), but with @a incremental always passed as @c TRUE and without cancellation support.
@deprecated Provided for backward compatibility with the 1.7 API. @since New in 1.1.