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

Re: svn commit: r934627 - in /subversion/trunk: ./ subversion/libsvn_client/patch.c subversion/tests/cmdline/patch_tests.py

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 16 Apr 2010 10:08:15 +0100

stsp_at_apache.org writes:

> Author: stsp
> Date: Thu Apr 15 22:18:59 2010
> New Revision: 934627
>
> URL: http://svn.apache.org/viewvc?rev=934627&view=rev
> Log:
> Reintegrate the svn-patch-improvements branch into trunk.

> + /* Rebuild the empty dirs list, replacing empty dirs which have
> + * an empty parent with their parent. */
> + again = FALSE;
> + empty_dirs_copy = apr_array_copy(iterpool, empty_dirs);
> + apr_array_clear(empty_dirs);
> + for (i = 0; i < empty_dirs_copy->nelts; i++)

apr_array_clear is only available in APR 1.3.x and later.

We could write svn_array_clear, or perhaps even apr_array_clear, or we
could simply reset empty_dirs->nelts directly.

-- 
Philip
Received on 2010-04-16 11:08:53 CEST

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.