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

Re: svn commit: r1655796 - /subversion/trunk/subversion/libsvn_client/copy.c

From: Branko Čibej <brane_at_wandisco.com>
Date: Thu, 29 Jan 2015 21:17:46 +0100

On 29.01.2015 19:48, rhuijben_at_apache.org wrote:
> Author: rhuijben
> Date: Thu Jan 29 18:48:03 2015
> New Revision: 1655796
>
> URL: http://svn.apache.org/r1655796
> Log:
> * subversion/libsvn_client/copy.c
> (wc_to_repos_copy): Don't allocate list when we are not going to add
> anything.

[...]

> svn_prop_t *mergeinfo_prop
> - = apr_palloc(item->outgoing_prop_changes->pool,
> - sizeof(svn_prop_t));
> + = apr_palloc(scratch_pool, sizeof(*mergeinfo_prop));

Borked indentation here ... and I'd have expected the '=' to be at the
end of the previous line.

-- Brane
Received on 2015-01-29 21:19:48 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.