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

Re: svn commit: r1130688 - in /subversion/trunk/subversion: libsvn_fs_base/tree.c libsvn_fs_fs/tree.c

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 02 Jun 2011 16:09:10 -0400

On 06/02/2011 03:45 PM, Hyrum K Wright wrote:
>> + if (err)
>> + {
>> + if (err->apr_err == SVN_ERR_MERGEINFO_PARSE_ERROR)
>> + svn_error_clear(err);
>> + else
>> + svn_error_return(err);
>
> This should be 'return svn_error_return(err);' As it is, this error
> is just falling on the floor, and causing the current buildbot
> failures.

I snagged this (and the similar problem in libsvn_fs_fs/tree.c, plus another
build warning) in r1130773.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2011-06-02 22:09:43 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.