pub unsafe extern "C" fn svn_fs_delete_fs(
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Delete the filesystem at @a path.
@note: Deleting a filesystem that has an open svn_fs_t is not supported. Clear/destroy all pools used to create/open @a path. See issue 4264.
@since New in 1.1.