C. Michael Pilato wrote:
> Hyrum K. Wright wrote:
>> C. Michael Pilato wrote:
>>> Author: cmpilato
>>> Date: Thu Jan 29 11:52:02 2009
>>> New Revision: 35554
>
> [...]
>
>>> Modified: trunk/subversion/svn/copy-cmd.c
>>> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/svn/copy-cmd.c?pathrev=35554&r1=35553&r2=35554
>>> ==============================================================================
>>> --- trunk/subversion/svn/copy-cmd.c Thu Jan 29 11:02:42 2009 (r35553)
>>> +++ trunk/subversion/svn/copy-cmd.c Thu Jan 29 11:52:02 2009 (r35554)
>>> @@ -131,9 +131,9 @@ 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_copy4(&commit_info, sources, dst_path, TRUE,
>>> - opt_state->parents, opt_state->revprop_table,
>>> - ctx, pool);
>>> + err = svn_client_copy5(&commit_info, sources, dst_path, TRUE,
>>> + opt_state->parents, opt_state->ignore_externals,
>>> + opt_state->revprop_table, ctx, pool);
>> Doesn't this change the behavior or svn_client_copy3()?
>
> Come again?
Nevermind, nothing to see here. Move along, folks.
-Hyrum
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1070015
Received on 2009-01-29 21:05:59 CET