assertion failure when using serf instead of neon RA.
From: Vick Khera <khera_at_kcilink.com>
Date: Fri, 23 Dec 2011 10:18:26 -0500
On a FreeBSD 8.2/amd64 box, if I build svn using the serf RA library, I get an assertion fail (and core dump) when accessing a particular remote repository. When I recompile svn using neon, I do not get this error:
[root@yertle]# svn ls http://svn.redports.org/virtualbox
Copyright (C) 2011 The Apache Software Foundation.
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol.
*** recompile svn with neon instead of serf ***
[root@yertle]# svn ls http://svn.redports.org/virtualbox
Copyright (C) 2011 The Apache Software Foundation.
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
[root_at_yertle]#
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.