You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2008/10/06 14:21:10 UTC

Re: svn commit: r33473 - trunk/subversion/libsvn_wc

On Mon, 2008-10-06 at 06:23 -0700, lgo@tigris.org wrote:
> Author: lgo
> Date: Mon Oct  6 06:23:51 2008
> New Revision: 33473
> 
> Log:
> Fix use of uninitialized local variable in the tree conflict code, which causes
> the tree_conflict tests to fail on the ra_serf buildbots, even if this issue is
> not ra_serf related.
> 
> * subversion/libsvn_wc/adm_ops.c
>   (resolve_conflict_on_entry): While resolving a directory conflict, there's 
>    nothing to delete but we do need to tell the user. Don't use the value of 
>    was_prsent as it's not initialzed in this scenario.

Thanks, Lieven.

- Julian



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org