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

Re: svn commit: r937452 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/status.c libsvn_wc/node.c libsvn_wc/questions.c

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Mon, 26 Apr 2010 07:36:51 -0400

Oops. Will fix.

Julian Foad wrote:
> "subversion/libsvn_client/status.c:409: 'replaced' may be used
> uninitialized in this function"
>
> - Julian
>
>
> On Fri, 2010-04-23, cmpilato_at_apache.org wrote:
> [...]
>> + if (added)
>> + {
>> + svn_boolean_t replaced;
>> +
>> + SVN_ERR(svn_wc__node_is_replaced(&added, ctx->wc_ctx,
>> + dir_abspath, pool));
>> + if (replaced)
>> + added = FALSE;
>> + }
>
>

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand
Received on 2010-04-26 13:37:23 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.