> -----Original Message----- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: woensdag 23 april 2014 19:33 > To: Bert Huijben > Cc: 'Michael Schierl'; dev@subversion.apache.org > Subject: Re: "E160016: Path 'parent/child' not present" when "svn cp"ing > modified folder between two checkouts from same repository and trying to > commit > > "Bert Huijben" <b...@qqmail.nl> writes: > > > I spend some time trying to reproduce this issue on trunk and 1.8.x and I > > was unable to reproduce this exact problem, so this issue might already be > > fixed for 1.8.9... or my testcase added in http://svn.apache.org/r1589184 is > > not good enough. (I'm guessing that it might be this last case) > > The reported problem is a copy of a delete that has not been committed, > see http://svn.apache.org/r1589460
Thanks for the improved test... This hits an ugly corner case in the cross wc copy code. I'm surprised that this didn't hit the wc validation code in maintainer mode. I committed a fix in r1589486 and nominated this fix and the testcase for 1.8.9. Thanks, Bert