Functions | |
svn_error_t * | svn_client_relocate (const char *dir, const char *from, const char *to, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool) |
Modify a working copy directory dir, changing any repository URLs that begin with from to begin with to instead, recursing into subdirectories if recurse is TRUE. |
svn_error_t* svn_client_relocate | ( | const char * | dir, | |
const char * | from, | |||
const char * | to, | |||
svn_boolean_t | recurse, | |||
svn_client_ctx_t * | ctx, | |||
apr_pool_t * | pool | |||
) |
Modify a working copy directory dir, changing any repository URLs that begin with from to begin with to instead, recursing into subdirectories if recurse is TRUE.
dir | Working copy directory | |
from | Original URL | |
to | New URL | |
recurse | Whether to recurse | |
ctx | svn_client_ctx_t | |
pool | The pool from which to perform memory allocations |