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

Re: svn commit: r1241440 - /subversion/branches/moves-scan-log/subversion/libsvn_wc/util.c

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 7 Feb 2012 14:23:01 +0100

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?
Received on 2012-02-07 14:23:43 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.