$ svn co --depth=empty https://svn.apache.org/repos/asf/incubator Segmentation fault: 11
This does not occur for other directories I tried under https://svn.apache.org/repos/asf. It seems to be specific to incubator, as its subdirectories seem to be OK. $ svn info https://svn.apache.org/repos/asf/incubator Path: incubator URL: https://svn.apache.org/repos/asf/incubator Relative URL: ^/incubator Repository Root: https://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 1927914 Node Kind: directory Last Changed Author: jimin Last Changed Rev: 1927904 Last Changed Date: 2025-08-20 06:48:34 +0100 (Wed, 20 Aug 2025) $ svn --version svn, version 1.14.5 (r1922182) compiled Nov 27 2024, 21:22:28 on arm-apple-darwin23.6.0 Copyright (C) 2024 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see http://subversion.apache.org/ The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - using serf 1.3.10 (compiled with 1.3.10) - handles 'http' scheme - handles 'https' scheme The following authentication credential caches are available: * Mac OS X Keychain ==== I also get a segfault with 1.14.3 on Ubuntu 24.04. Sebb