pub unsafe extern "C" fn svn_repos_load_fs4(
repos: *mut svn_repos_t,
dumpstream: *mut svn_stream_t,
start_rev: svn_revnum_t,
end_rev: svn_revnum_t,
uuid_action: svn_repos_load_uuid,
parent_dir: *const c_char,
use_pre_commit_hook: svn_boolean_t,
use_post_commit_hook: svn_boolean_t,
validate_props: svn_boolean_t,
notify_func: svn_repos_notify_func_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_repos_load_fs5(), but with @a ignore_dates always passed as FALSE.
@since New in 1.8. @deprecated Provided for backward compatibility with the 1.8 API.