Re: switch segfaults

2015-01-06 Thread Fabien Renaud
I was trying to compile subversion trunk to check if it was reproducible in it. I thus updated my (pretty up-to-date) system and even though subversion was not updated there is no more segfault. I will investigate what exactly solved the problem and report to the debian bugtracker. Julian, thank

Re: svn commit: r1649797 - /subversion/trunk/subversion/libsvn_fs_x/fs_x.c

2015-01-06 Thread Stefan Sperling
On Tue, Jan 06, 2015 at 01:12:24PM -, stef...@apache.org wrote: > Author: stefan2 > Date: Tue Jan 6 13:12:23 2015 > New Revision: 1649797 > > URL: http://svn.apache.org/r1649797 > Log: > Simplify the r0 template in FSX. Because we treat directories with NULL > text reps as empty (and do so e

Deduplicating dump/load

2015-01-06 Thread Julian Foad
The dump and load code contains lots of duplication between svnadmin, svndumpfilter and svnrdump. We know that code duplication leads to inconsistency and bugs. See, for example, issue #4476 "Mergeinfo containing r0 makes svnsync and dump and load fail". We should not have allowed this duplicat

Re: switch segfaults

2015-01-06 Thread Julian Foad
Stefan Sperling wrote: > On Mon, Jan 05, 2015 at 08:01:48PM +0100, Fabien Renaud wrote: >> svn switch segfaults if I do the following three steps: >> >> svn checkout http://teyjus.googlecode.com/svn teyjus >> cd teyjus >> svn switch https://teyjus.googlecode.com/svn >> >> >> I'm running Debian J

Re: switch segfaults

2015-01-06 Thread Stefan Sperling
On Mon, Jan 05, 2015 at 08:01:48PM +0100, Fabien Renaud wrote: > Hi, > > svn switch segfaults if I do the following three steps: > > svn checkout http://teyjus.googlecode.com/svn teyjus > cd teyjus > svn switch https://teyjus.googlecode.com/svn > > > I'm running Debian Jessie with the following