svn_repos_delete

Function svn_repos_delete 

Source
pub unsafe extern "C" fn svn_repos_delete(
    path: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Destroy the Subversion repository found at @a path, using @a pool for any necessary allocations.