svn_repos_load_fs5

Function svn_repos_load_fs5 

Source
pub unsafe extern "C" fn svn_repos_load_fs5(
    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,
    ignore_dates: 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_fs6(), but with the @a normalize_props parameter always set to @c FALSE.

@since New in 1.9. @deprecated Provided for backward compatibility with the 1.9 API.