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

Re: svn commit: r24417 - in trunk/subversion: libsvn_delta libsvn_repos svnadmin svnsync

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2007-04-04 15:23:44 CEST

bhuvan@tigris.org wrote:
> Author: bhuvan
> Date: Wed Apr 4 06:14:29 2007
> New Revision: 24417
>
> Log:
> Efficiency the use of APR subpool where necessary, either by destroying
> them before the successful return statement or allocating them when it
> is used. In addition, bump the copyright year to 2007 where it is
> appropriate.
>
> * subversion/svnadmin/main.c
> (subcommand_rmlocks): Destroy the APR subpool before the successful
> return statement.
> * subversion/svnsync/main.c
> (do_synchronize): Bump the copyright year to 2007 and destroy the APR
> subpool before the successful return statement.
> * subversion/libsvn_repos/log.c
> (get_history): If the history item predates the START revision, then
> destroy the APR subpool and info->oldpool.
> * subversion/libsvn_delta/path_driver.c
> (svn_delta_path_driver): Bump the copyright year to 2007 and allocate
> subpool, iterpool and item after the check for paths->nelts.
>
> Patch by: me
            ^
This is superfluous. Unless otherwise noted, the patch is assumed to be
by the person committing it. (You don't need to remove it here, just
for future reference.)

> Approved by: cmpilato

-Hyrum

Received on Wed Apr 4 15:23:10 2007

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.