Re: wc-queries-test failures with SQLite 3.8.9

2015-04-09 Thread Andreas Stieger
Hi, On 09/04/15 10:37, Bert Huijben wrote: > On 09/04/15 10:04, Andreas Stieger wrote: >> >> I am getting the following test failures with 1.9.0-beta1 with the very >> recently released SQLite 3.8.9. I have not yet investigated but will dump >> the log anyway. >> >> [ 875s] [050/110] >> wc-q

Re: error committing to 1.7 servers

2015-04-09 Thread Stefan Kueng
On 09.04.2015 16:57, Bert Huijben wrote: -Original Message- From: Stefan Kueng [mailto:tortoise...@gmail.com] Sent: woensdag 8 april 2015 19:46 To: Subversion Development Subject: error committing to 1.7 servers Hi, While trying to commit a change to an xml file with the svn:mime-t

Re: Differences in tree conflict reporting between 1.8 and 1.9 (possible regression?)

2015-04-09 Thread Stefan Sperling
On Thu, Apr 09, 2015 at 05:49:19PM +0200, Marc Strapetz wrote: > For a working copy which has been checked out using SVN 1.8, "svn info" > output is slightly different between version 1.8 and 1.9 -- for 1.9 the > local *dir* is missing. > > For 1.8: > > $ svn info a/b > Path: a\b > Name: b > Repo

Differences in tree conflict reporting between 1.8 and 1.9 (possible regression?)

2015-04-09 Thread Marc Strapetz
For a working copy which has been checked out using SVN 1.8, "svn info" output is slightly different between version 1.8 and 1.9 -- for 1.9 the local *dir* is missing. For 1.8: $ svn info a/b Path: a\b Name: b Repository Root: ... Repository UUID: ... Node Kind: none Schedule: normal Tree conf

RE: error committing to 1.7 servers

2015-04-09 Thread Bert Huijben
> -Original Message- > From: Stefan Kueng [mailto:tortoise...@gmail.com] > Sent: woensdag 8 april 2015 19:46 > To: Subversion Development > Subject: error committing to 1.7 servers > > Hi, > > While trying to commit a change to an xml file with the svn:mime-type > property set to "text/

Branch families and branchify

2015-04-09 Thread Julian Foad
Hi Stefan. You mentioned you have an idea about making 'branchify' less 'destructive' -- that is, making it possible to start developing in a subtree and then later treat that subtree as a sub-branch without breaking its history. Currently the 'svnmover branchify' command creates a completely new

Re: Playing with svnmover

2015-04-09 Thread Julian Foad
Julian Foad wrote: > On 7 April 2015 at 21:59, Stefan Fuhrmann wrote: >> * Trying to rename a sub-branch root: >> svnmover> mv trunk/sub trunk/A >> mv: moving by copy-and-delete >> svnmover: warning: apr_err=SVN_ERR_ASSERTION_FAIL >> svnmover: warning: W235000: In file 'subversion/libsvn_de

RE: wc-queries-test failures with SQLite 3.8.9

2015-04-09 Thread Bert Huijben
This tells me that it started using the index in a less efficient way... Or more precisely a useless way. But as it is just the EXTERNALS table I don't think it will really affect end user performance in a measurable way. We should probably add a new record to the stats table to work around this

wc-queries-test failures with SQLite 3.8.9

2015-04-09 Thread Andreas Stieger
Hello, I am getting the following test failures with 1.9.0-beta1 with the very recently released SQLite 3.8.9. I have not yet investigated but will dump the log anyway. [ 875s] [050/110] wc-queries-testFAILURE [...] [ 4950s] At least one test FA