I cannot reproduce this using the recently released Subversion 1.6.9.
-Hyrum
On Jan 23, 2010, at 4:57 PM, troels knak-nielsen wrote:
> 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
Received on 2010-01-24 02:06:38 CET