Switch a working copy to a different repository.
[Client working copy management]


Functions

svn_error_tsvn_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.

Function Documentation

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.

Parameters:
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


Generated on Sun Mar 1 17:18:34 2009 for Subversion by  doxygen 1.4.7