Subversion 1.6.16
|
Functions | |
svn_error_t * | svn_client_cleanup (const char *dir, svn_client_ctx_t *ctx, apr_pool_t *pool) |
Recursively cleanup a working copy directory dir, finishing any incomplete operations, removing lockfiles, etc. |
svn_error_t* svn_client_cleanup | ( | const char * | dir, |
svn_client_ctx_t * | ctx, | ||
apr_pool_t * | pool | ||
) |
Recursively cleanup a working copy directory dir, finishing any incomplete operations, removing lockfiles, etc.
If ctx->cancel_func is non-NULL, invoke it with ctx->cancel_baton at various points during the operation. If it returns an error (typically SVN_ERR_CANCELLED), return that error immediately.