diff options
author | Peter Wemm <peter@FreeBSD.org> | 2014-02-20 19:26:10 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2014-02-20 19:26:10 +0000 |
commit | 219f5ebf8fca3572d8d4265d78d0e4670ca35a27 (patch) | |
tree | e6232088e2faabbf0f1a6e568df3285323f27c5c /subversion/libsvn_client/update.c | |
parent | eeb88685bfa4ef1c0639f1136d83ff19de1b4595 (diff) | |
download | src-219f5ebf8fca3572d8d4265d78d0e4670ca35a27.tar.gz src-219f5ebf8fca3572d8d4265d78d0e4670ca35a27.zip |
Vendor import svn-1.8.8vendor/subversion/subversion-1.8.8
Notes
Notes:
svn path=/vendor/subversion/dist/; revision=262248
svn path=/vendor/subversion/subversion-1.8.8/; revision=262249; tag=vendor/subversion/subversion-1.8.8
Diffstat (limited to 'subversion/libsvn_client/update.c')
-rw-r--r-- | subversion/libsvn_client/update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/libsvn_client/update.c b/subversion/libsvn_client/update.c index fe3f86d10638..0b006cc33fbe 100644 --- a/subversion/libsvn_client/update.c +++ b/subversion/libsvn_client/update.c @@ -383,7 +383,7 @@ update_internal(svn_revnum_t *result_rev, SVN_ERR(svn_ra_get_repos_root2(ra_session, &new_repos_root_url, pool)); /* svn_client_relocate2() will check the uuid */ - SVN_ERR(svn_client_relocate2(anchor_abspath, anchor_url, + SVN_ERR(svn_client_relocate2(anchor_abspath, repos_root_url, new_repos_root_url, ignore_externals, ctx, pool)); |