svn_repos_replay

Function svn_repos_replay 

Source
pub unsafe extern "C" fn svn_repos_replay(
    root: *mut svn_fs_root_t,
    editor: *const svn_delta_editor_t,
    edit_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_repos_replay2(), but with @a base_dir set to @c “”, @a low_water_mark set to #SVN_INVALID_REVNUM, @a send_deltas set to @c FALSE, and @a authz_read_func and @a authz_read_baton set to @c NULL.

@deprecated Provided for backward compatibility with the 1.3 API.