diff options
Diffstat (limited to 'subversion/libsvn_wc/adm_ops.c')
-rw-r--r-- | subversion/libsvn_wc/adm_ops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subversion/libsvn_wc/adm_ops.c b/subversion/libsvn_wc/adm_ops.c index e1e7fe4..a0f8061 100644 --- a/subversion/libsvn_wc/adm_ops.c +++ b/subversion/libsvn_wc/adm_ops.c @@ -965,7 +965,8 @@ svn_wc_add4(svn_wc_context_t *wc_ctx, repos_relpath, repos_root_url, repos_uuid, copyfrom_rev, - NULL /* children */, FALSE, depth, + NULL /* children */, depth, + FALSE /* is_move */, NULL /* conflicts */, NULL /* work items */, scratch_pool)); |