svn_repos_get_fs_build_parser4

Function svn_repos_get_fs_build_parser4 

Source
pub unsafe extern "C" fn svn_repos_get_fs_build_parser4(
    parser: *mut *const svn_repos_parse_fns3_t,
    parse_baton: *mut *mut c_void,
    repos: *mut svn_repos_t,
    start_rev: svn_revnum_t,
    end_rev: svn_revnum_t,
    use_history: svn_boolean_t,
    validate_props: svn_boolean_t,
    uuid_action: svn_repos_load_uuid,
    parent_dir: *const c_char,
    notify_func: svn_repos_notify_func_t,
    notify_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_repos_get_fs_build_parser5(), but with the @c use_pre_commit_hook, @c use_post_commit_hook and @c ignore_dates arguments all false.

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