[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: update corrupts wc

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 18 Oct 2010 19:14:48 +0100

Philip Martin <philip.martin_at_wandisco.com> writes:

> The first commit leaves A/B,not-present,op_depth=0 and that's correct.
> The second delete converts that to op_depth=2. That's wrong (I
> think). The A/B,not-present,op_depth=0 node should continue to exist,
> but perhaps we need an op_depth=2 node as well?

I've added an XFAIL regression test for this.

We have a related problem with excluded nodes:

svn up --set-depth exclude wc/A/B # A/B op_depth=0
svn rm wc/A # A/B op_depth=2
svn revert wc/A # A/B op_depth=2

I think delete is supposed to add a working node for every child with
a base_node, not convert base_nodes into working nodes.

-- 
Philip
Received on 2010-10-18 20:15:29 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.