You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2010/06/26 20:44:41 UTC

Re: svn commit: r958232 - /subversion/trunk/subversion/libsvn_wc/node.c

On Sat, Jun 26, 2010 at 10:55,  <da...@apache.org> wrote:
> Author: dannas
> Date: Sat Jun 26 14:55:09 2010
> New Revision: 958232
>
> URL: http://svn.apache.org/viewvc?rev=958232&view=rev
> Log:
> Follow-up to r958007.
>
> We have to check added before checking have_base as an add will be
> added below its parent, but can still overlay a switched (base)node.

Would be nice to have a comment in the code base, similar to above.

Cheers,
-g