On Tue, Feb 07, 2012 at 01:42:06PM +0100, Bert Huijben wrote: > > Author: stsp > > Date: Tue Feb 7 12:23:50 2012 > > New Revision: 1241440 > > > > URL: http://svn.apache.org/viewvc?rev=1241440&view=rev > > Log: > > On the moves-scan-log branch, fix svn_wc__conflict_description2_dup().
> > + if (conflict->suggested_moves) > > + new_conflict->suggested_moves = apr_array_copy(pool, > > + > > conflict->suggested_moves); > > Does this also copy the values of the array? The pointers, yes. But not the move info thingies they point to. Maybe we should copy those, too?