pub unsafe extern "C" fn svn_repos_fs_pack2(
repos: *mut svn_repos_t,
notify_func: svn_repos_notify_func_t,
notify_baton: *mut c_void,
cancel_func: svn_cancel_func_t,
cancel_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Possibly update the repository, @a repos, to use a more efficient filesystem representation. Use @a pool for allocations.
@since New in 1.7.