svn_repos_get_file_revs

Function svn_repos_get_file_revs 

Source
pub unsafe extern "C" fn svn_repos_get_file_revs(
    repos: *mut svn_repos_t,
    path: *const c_char,
    start: svn_revnum_t,
    end: svn_revnum_t,
    authz_read_func: svn_repos_authz_func_t,
    authz_read_baton: *mut c_void,
    handler: svn_repos_file_rev_handler_t,
    handler_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_repos_get_file_revs2(), with @a include_merged_revisions set to FALSE.

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