pub unsafe extern "C" fn svn_client_upgrade(
wcroot_dir: *const c_char,
ctx: *mut svn_client_ctx_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Recursively upgrade a working copy from any older format to the current WC metadata storage format. @a wcroot_dir is the path to the WC root.
Use @a scratch_pool for any temporary allocations.
@since New in 1.7.