Re: deleting locked file fails on 1.8.x

2014-05-16 Thread Sergey Raevskiy
> The problem can be fixed by merging subversion/trunk:r1553501,1553556,1559197 > with --accept=theirs-conflict (+ adding a missing svn_error_t *err; > declaration). This worked for me, all tests passed, including new one (Windows 8, httpd 2.2.27, svn 1.8.8, http x fsfs). BTW, should this be fil

Re: deleting locked file fails on 1.8.x

2014-05-16 Thread Stefan Sperling
On Thu, May 15, 2014 at 01:05:53PM +0400, Sergey Raevskiy wrote: > > The problem can be fixed by merging > > subversion/trunk:r1553501,1553556,1559197 > > with --accept=theirs-conflict (+ adding a missing svn_error_t *err; > > declaration). > > This worked for me, all tests passed, including new

deleting locked file fails on 1.8.x

2014-05-13 Thread Stefan Sperling
I've added a test in r1594223 for a problem where the svn client fails to delete a locked path. The problem can be fixed by merging subversion/trunk:r1553501,1553556,1559197 with --accept=theirs-conflict (+ adding a missing svn_error_t *err; declaration). Since I wasn't involved in these changes