svn_repos_upgrade

Function svn_repos_upgrade 

Source
pub unsafe extern "C" fn svn_repos_upgrade(
    path: *const c_char,
    nonblocking: svn_boolean_t,
    start_callback: Option<unsafe extern "C" fn(baton: *mut c_void) -> *mut svn_error_t>,
    start_callback_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_repos_upgrade2(), but with @a start_callback and baton, rather than a notify_callback / baton

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