summaryrefslogtreecommitdiff
path: root/subversion/svn/copy-cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/svn/copy-cmd.c')
-rw-r--r--subversion/svn/copy-cmd.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/subversion/svn/copy-cmd.c b/subversion/svn/copy-cmd.c
index e6fbd4b..5b50713 100644
--- a/subversion/svn/copy-cmd.c
+++ b/subversion/svn/copy-cmd.c
@@ -150,8 +150,7 @@ svn_cl__copy(apr_getopt_t *os,
}
else
{
- /* URL -> URL, meaning that no notification is needed. */
- ctx->notify_func2 = NULL;
+ /* URL -> URL */
}
if (! dst_is_url)
@@ -168,8 +167,11 @@ svn_cl__copy(apr_getopt_t *os,
SVN_ERR(svn_cl__make_log_msg_baton(&(ctx->log_msg_baton3), opt_state,
NULL, ctx->config, pool));
- err = svn_client_copy6(sources, dst_path, TRUE,
+ err = svn_client_copy7(sources, dst_path, TRUE,
opt_state->parents, opt_state->ignore_externals,
+ FALSE /* metadata_only */,
+ opt_state->pin_externals,
+ NULL, /* pin all externals */
opt_state->revprop_table,
(opt_state->quiet ? NULL : svn_cl__print_commit_info),
NULL,