[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Blocker: svn 1.8 assertion failed

From: <Arrigo.Zanette_at_exorint.it>
Date: Fri, 21 Jun 2013 08:10:28 +0200

Hi Daniel,

svn (1.8) --version:

* 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

svn (1.7) --version:

* ra_neon : Module for accessing a repository via WebDAV protocol using
Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* 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.
  - handles 'http' scheme
  - handles 'https' scheme

From:
Daniel Shahaf <danielsh_at_elego.de>
To:
Arrigo.Zanette_at_exorint.it, users_at_subversion.apache.org,
Date:
20/06/2013 20:41
Subject:
Re: Blocker: svn 1.8 assertion failed

Stefan Sperling wrote on Thu, Jun 20, 2013 at 16:22:23 +0200:
> On Thu, Jun 20, 2013 at 03:29:00PM +0200, Arrigo.Zanette_at_exorint.it
wrote:
> > The problem is related to SVN itself. Tried also wandisco svn
> > distribution: same error.
>
> Thanks. In this case this is probably a problem with the new default
> HTTP client access layer which uses serf.
> See
http://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted
>
> Can you please try the following:
>
> - Check out from the same repository URL using a 1.7 client
> with the following option to enable serf in 1.7:
> svn checkout --config-option 'servers:global:http-library=serf'
>

Does 'svn --version' say "serf" anywhere? Otherwise this would use neon.
Received on 2013-06-21 08:11:16 CEST

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.