pub unsafe extern "C" fn svn_fs_pack(
db_path: *const c_char,
notify_func: svn_fs_pack_notify_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 filesystem located in the directory @a path to use disk space more efficiently.
@since New in 1.6.