RE: [RFC] Children of a replaced node - schedule delete vs. deleted-by-the-replace

2011-03-10 Thread Julian Foad
On Thu, 2011-03-10 at 20:06 +0100, Bert Huijben wrote: > > > -Original Message- > > From: Julian Foad [mailto:julian.f...@wandisco.com] > > Sent: donderdag 10 maart 2011 19:43 > > To: Subversion Development > > Subject: [RFC] Children of a replaced node

Re: [RFC] Children of a replaced node - schedule delete vs. deleted-by-the-replace

2011-03-10 Thread Philip Martin
Julian Foad writes: > A > A/F > A/G > A/H > X > X/G > X/H > X/I > > and then (in Subversion) I replace A with a copy of X: > > rm A > cp X A > > and then delete the child 'H' and add a new child 'J': > > rm A/G > mkdir A/J > > I expect to the "working view" of A to consist

RE: [RFC] Children of a replaced node - schedule delete vs. deleted-by-the-replace

2011-03-10 Thread Bert Huijben
> -Original Message- > From: Julian Foad [mailto:julian.f...@wandisco.com] > Sent: donderdag 10 maart 2011 19:43 > To: Subversion Development > Subject: [RFC] Children of a replaced node - schedule delete vs. deleted-by- > the-replace > > If I ask a WC API

[RFC] Children of a replaced node - schedule delete vs. deleted-by-the-replace

2011-03-10 Thread Julian Foad
If I ask a WC API for "the children" of a working directory, I would expect to get just the children that belong to it, not including any paths that were children of an underlying directory that has been locally replaced. The attached patch starts this by creating a test and defining a new version