svn_repos_get_fs_build_parser3

Function svn_repos_get_fs_build_parser3 

Source
pub unsafe extern "C" fn svn_repos_get_fs_build_parser3(
    parser: *mut *const svn_repos_parse_fns2_t,
    parse_baton: *mut *mut c_void,
    repos: *mut svn_repos_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_parser4(), but with @a start_rev and @a end_rev always passed as #SVN_INVALID_REVNUM, and yielding the more limited svn_repos_parse_fns2_t.

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