Re: svn: E200030: sqlite: Expected database row missing

2014-10-15 Thread Alexey Neyman
On 10/15/2014 01:23 AM, Philip Martin wrote: Checked the issue using SVN trunk. It does not abort like 1.8.10, but it does report tree conflicts for d1/f1 and d1. I would say such conflicts should be resolved automatically, given that the working copy contains exactly the same changes as in the

Re: svn: E200030: sqlite: Expected database row missing

2014-10-15 Thread Philip Martin
Alexey Neyman writes: > Actually, looking at the commit I came up with a reproduction scenario: Thanks for that! I've created an issue: http://subversion.tigris.org/issues/show_bug.cgi?id=4524 > Checked the issue using SVN trunk. It does not abort like 1.8.10, but > it does report tree confli

Re: svn: E200030: sqlite: Expected database row missing

2014-10-14 Thread Alexey Neyman
On 10/14/2014 05:03 AM, Philip Martin wrote: Alexey Neyman writes: On 10/13/2014 04:08 PM, Andreas Stieger wrote: Hello, On 09/10/14 23:48, Alexey Neyman wrote: What I was doing: - checked out a project from /trunk - did some local changes - copied WC to a branch - attempted to switch to

Re: svn: E200030: sqlite: Expected database row missing

2014-10-14 Thread Philip Martin
Alexey Neyman writes: > On 10/13/2014 04:08 PM, Andreas Stieger wrote: >> Hello, >> >> On 09/10/14 23:48, Alexey Neyman wrote: >>> What I was doing: >>> >>> - checked out a project from /trunk >>> - did some local changes >>> - copied WC to a branch >>> - attempted to switch to the branch >> What

Re: svn: E200030: sqlite: Expected database row missing

2014-10-13 Thread Alexey Neyman
On 10/13/2014 04:08 PM, Andreas Stieger wrote: Hello, On 09/10/14 23:48, Alexey Neyman wrote: What I was doing: - checked out a project from /trunk - did some local changes - copied WC to a branch - attempted to switch to the branch What exactly does "copied WC to a branch" mean in terms of

Re: svn: E200030: sqlite: Expected database row missing

2014-10-13 Thread Andreas Stieger
Hello, On 09/10/14 23:48, Alexey Neyman wrote: > What I was doing: > > - checked out a project from /trunk > - did some local changes > - copied WC to a branch > - attempted to switch to the branch What exactly does "copied WC to a branch" mean in terms of svn or file system operations? Andreas

Re: svn: E200030: sqlite: Expected database row missing

2014-10-13 Thread Alexey Neyman
n: E200030: sqlite: Expected database row missing What I was doing: - checked out a project from /trunk - did some local changes - copied WC to a branch - attempted to switch to the branch If I repeat the 'svn switch ^/branches/mybranch' command, the first time switch proceeded a bit furthe

svn: E200030: sqlite: Expected database row missing

2014-10-09 Thread Alexey Neyman
Hi, Was using svn 1.8.10, CentOS 6.5, Subversion RPM installed from opensource.wandisco.com. During 'svn switch', the following error pops up: svn: E200030: sqlite: Expected database row missing What I was doing: - checked out a project from /trunk - did some local changes - copi