[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: Julian Foad <julian.foad_at_wandisco.com>
Date: Sat, 24 Apr 2010 01:14:51 +0100

"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;
> + }
Received on 2010-04-24 02:15:22 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.