On Sun, Jan 24, 2010 at 03:24:20AM +0100, troels knak-nielsen wrote: > On Sun, Jan 24, 2010 at 2:05 AM, Hyrum K. Wright > <hyrum_wri...@mail.utexas.edu> wrote: > > I cannot reproduce this using the recently released Subversion 1.6.9. > > > > -Hyrum > > So - Is it likely that I can remedy the issue by compiling from a > source release? I'm not really comfortable about doing that on > freebsd, but if you think it might work, I'll give it a try.
> >> # 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) The error shows that you are using ra_serf for http:// access. You should try ra_neon instead, ra_serf is experimental. Put the line: http-library = neon into ~/.subversion/servers and the problem will likely disappear even without upgrading svn. Stefan