On 29.01.2015 19:48, rhuij...@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