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 subversion version: > svn, version 1.8.10 (r1615264) > compiled Dec 17 2014, 05:12:58 on x86_64-pc-linux-gnu > > Please let me know if you need more information if you cannot reproduce the > bug. > > Fabien
Not reproducible for me with 1.8.11, latest 1.8.x, and trunk, on OpenBSD. $ svn switch https://teyjus.googlecode.com/svn subversion/svn/switch-cmd.c:178: (apr_err=SVN_ERR_WC_INVALID_SWITCH) svn: E155025: 'svn switch' does not support switching a working copy to a different repository subversion/libsvn_client/switch.c:484, subversion/libsvn_client/switch.c:214: (apr_err=SVN_ERR_WC_INVALID_SWITCH) svn: E155025: 'http://teyjus.googlecode.com/svn' is not the same repository as 'https://teyjus.googlecode.com/svn' I suspect the package in Debian Jessy is broken for some reason.