On Fri, Jul 29, 2011 at 09:20:58AM +0200, Bert Huijben wrote:
> For the commit processor the child of a delete is a simple unmodified node
> as we only have to commit the root of a deletion.
> (We can't just commit some child of a deletion as that might have a
> completely different result as deleting a child node, in case you deleted a
> tree with switched paths)
Depending on how we track moved-from info in the WC we might need to
tweak the commit processing to keep track the paths of children of
deleted dirs (for those who missed it, see this discussion
on IRC, starting at http://colabti.org/irclogger/irclogger_log/svn-dev?date=2011-07-29#l85,
the problem I am referring to is descriped at this point in the
conversation: http://colabti.org/irclogger/irclogger_log/svn-dev?date=2011-07-29#l107)
Received on 2011-07-29 11:49:54 CEST