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/08/03 17:46:13 UTC

Re: svn commit: r981789 - /subversion/trunk/subversion/libsvn_wc/workqueue.c

On Tue, Aug 3, 2010 at 05:30,  <rh...@apache.org> wrote:
> Author: rhuijben
> Date: Tue Aug  3 09:30:08 2010
> New Revision: 981789
>
> URL: http://svn.apache.org/viewvc?rev=981789&view=rev
> Log:
> * subversion/libsvn_wc/workqueue.c
>  (run_deletion_postcommit): Insert the absent node with the right kind.
>    (pre single-db this code is only used for files)

And why does it change in single-db mode? This goes back to my other
question: it shouldn't matter outside of wc_db. What concept leaked
such that this is called for directories, too?

Cheers,
-g