On Mon, 2008-10-06 at 06:23 -0700, lgo_at_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_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-06 16:21:36 CEST