pub unsafe extern "C" fn svn_repos_get_fs_build_parser5(
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,
use_pre_commit_hook: svn_boolean_t,
use_post_commit_hook: svn_boolean_t,
ignore_dates: svn_boolean_t,
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_parser6(), 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.