[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r35554 - in trunk/subversion: include libsvn_client svn

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 29 Jan 2009 15:00:54 -0500

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?

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1070000

Received on 2009-01-29 21:01:13 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.