Index: subversion/libsvn_client/update.c =================================================================== --- subversion/libsvn_client/update.c (revision 1041694) +++ subversion/libsvn_client/update.c (working copy) @@ -180,7 +180,7 @@ relocate our working copy first. */ if (corrected_url) { - SVN_ERR(svn_client_relocate(anchor_abspath, anchor_url, corrected_url, + SVN_ERR(svn_client_relocate2(anchor_abspath, anchor_url, corrected_url, TRUE, ctx, pool)); anchor_url = corrected_url; }