When I am trying to clone an SVN repository, SVN crashes as of a failed assertion.
[user@localmachine repositories]$ svn co https://svn.example.org/path/to/repository/
Authentication realm: <https://svn.example.org:443> Authorization Realm
Password for 'user': **********
svn: subversion/libsvn_subr/dirent_uri.c:1050: svn_dirent_join_many: Assertion `svn_dirent_is_canonical(base, pool)' failed.
Aborted (core dumped)
I am running Arch Linux on my machine:
[user@localmachine repositories]$ uname -a
Linux localmachine 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64 GNU/Linux
SVN is the newest version installed from pacman:
[user@localmachine repositories]$ svn --version
svn, version 1.8.11 (r1643975)
compiled Dec 30 2014, 06:07:08 on x86_64-unknown-linux-gnu
I did not find any valuable information about this when googling for it.
Is this a bug?
If yes, related to the Arch Linux build or the SVN version?
Should (and where) I file a bug report?
Or am I just missing something?
On antoher machine everything is working fine. On the machine it fails on it is also not working with HTTP instead of HTTPS.