[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_deltalibsvn_repos svnadmin svnsync

From: Bhuvaneswaran Arumugam <bhuvan_at_collab.net>
Date: 2007-04-04 16:41:24 CEST

On Wed, 2007-04-04 at 08:23 -0500, Hyrum K. Wright wrote:
> 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.)

I'll record this for future reference. I corrected this part of log
message when I incorporated the feedback given by Malcolm.

-- 
Regards,
Bhuvaneswaran

Received on Wed Apr 4 16:41:40 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.