pub unsafe extern "C" fn svn_fs_upgrade(
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Like svn_fs_upgrade2 but with notify_func, notify_baton, cancel_func and cancel_baton being set to NULL.
@deprecated Provided for backward compatibility with the 1.8 API. @since New in 1.5.