Hi list. I've just installed svn from ports on FreeBSD. It works for some operations, but I get a coredump when running the following:
# svn export http://svn.facebook.com/svnroot/platform/clients/php/trunk facebook-api svn: In file 'subversion/libsvn_ra_serf/update.c' line 1620: internal malfunction Abort trap: 6 (core dumped) Some background information: # svn --version svn, version 1.6.6 (r40053) compiled Jan 15 2010, 23:57:16 Copyright (C) 2000-2009 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/). The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - 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. - handles 'http' scheme - handles 'https' scheme I compiled from official ports files. -- troels