svn_repos_load_fs

Function svn_repos_load_fs 

Source
pub unsafe extern "C" fn svn_repos_load_fs(
    repos: *mut svn_repos_t,
    dumpstream: *mut svn_stream_t,
    feedback_stream: *mut svn_stream_t,
    uuid_action: svn_repos_load_uuid,
    parent_dir: *const c_char,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_repos_load_fs2(), but with @a use_pre_commit_hook and @a use_post_commit_hook always @c FALSE.

@deprecated Provided for backward compatibility with the 1.1 API.