pub unsafe extern "C" fn svn_repos_load_fs2(
repos: *mut svn_repos_t,
dumpstream: *mut svn_stream_t,
feedback_stream: *mut svn_stream_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,
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_fs3(), but with @a feedback_stream in place of the #svn_repos_notify_func_t and baton and with @a validate_props always FALSE.
@since New in 1.2. @deprecated Provided for backward compatibility with the 1.6 API.