diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2017-08-05 16:22:51 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2017-08-05 16:22:51 +0000 |
commit | cf46733632c7279a9fd0fe6ce26f9185a4ae82a9 (patch) | |
tree | da27775a2161723ef342e91af41a8b51fedef405 /subversion/svn/copy-cmd.c | |
parent | bb0ef45f7c46b0ae221b26265ef98a768c33f820 (diff) | |
download | subversion-tarball-master.tar.gz |
subversion-1.9.7HEADsubversion-1.9.7master
Diffstat (limited to 'subversion/svn/copy-cmd.c')
-rw-r--r-- | subversion/svn/copy-cmd.c | 8 |
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, |