Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8E76CEAC for ; Thu, 20 Jun 2013 16:53:04 +0000 (UTC) Received: (qmail 96330 invoked by uid 500); 20 Jun 2013 16:53:04 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 96282 invoked by uid 500); 20 Jun 2013 16:53:03 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 96274 invoked by uid 99); 20 Jun 2013 16:53:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 16:53:03 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [62.196.132.130] (HELO esafe.exorint.net) (62.196.132.130) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Jun 2013 16:52:59 +0000 Received: from sitek.exorint.net ([192.168.0.249]) by eSafe SMTP Relay 1371746849; Thu, 20 Jun 2013 18:51:35 +0200 In-Reply-To: <20130620142222.GM18184@ted.stsp.name> References: <20130620111635.GJ18184@ted.stsp.name> <20130620142222.GM18184@ted.stsp.name> To: Stefan Sperling Cc: users@subversion.apache.org MIME-Version: 1.0 Subject: Re: Blocker: svn 1.8 assertion failed X-KeepSent: E2D857BC:2F40DD90-C1257B90:005BB1C0;type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.5.3FP2 July 03, 2012 From: Arrigo.Zanette@exorint.it Message-ID: Date: Thu, 20 Jun 2013 18:52:33 +0200 X-MIMETrack: Serialize by Router on sitek/Sitek(Release 8.5.3|September 15, 2011) at 20/06/201318.52.34,Serialize complete at 20/06/2013 18.52.34 Content-Type: multipart/alternative; boundary="=_alternative 005CA9E9C1257B90_=" X-ESAFE-STATUS: [esafe.exorint.net] Mail allowed X-Virus-Checked: Checked by ClamAV on apache.org This is a multipart message in MIME format. --=_alternative 005CA9E9C1257B90_= Content-Type: text/plain; charset="US-ASCII" Hi Stefan, using svn 1.7 + serf to connect to repository I get another error: svn: E175009: XML parsing failed: (411 Length Required) As to your second request, my provider supports only HTTP. Btw, you can try by your own: svn checkout http://testzanza.unfuddle.com/svn/testzanza_test/ user: test pass: test Thanks, Arrigo From: Stefan Sperling To: Arrigo.Zanette@exorint.it, Cc: users@subversion.apache.org Date: 20/06/2013 16:22 Subject: Re: Blocker: svn 1.8 assertion failed On Thu, Jun 20, 2013 at 03:29:00PM +0200, Arrigo.Zanette@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' Whether or not this checkout fails in the same way as in 1.8 would be an interesting data point. - Check out from the same repository using a 1.8 client and a non-HTTP URL,svn :// or svn+ssh:// This is to confirm that the problem is limited to clients using serf. Thanks! --=_alternative 005CA9E9C1257B90_= Content-Type: text/html; charset="US-ASCII" Hi Stefan, using svn 1.7 + serf to connect to repository I get another error:

svn: E175009: XML parsing failed: (411 Length Required)

As to your second request, my provider supports only HTTP. Btw, you can try by your own:

svn checkout http://testzanza.unfuddle.com/svn/testzanza_test/

user: test
pass: test

Thanks,
Arrigo


From: Stefan Sperling <stsp@elego.de>
To: Arrigo.Zanette@exorint.it,
Cc: users@subversion.apache.org
Date: 20/06/2013 16:22
Subject: Re: Blocker: svn 1.8 assertion failed





On Thu, Jun 20, 2013 at 03:29:00PM +0200, Arrigo.Zanette@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'

Whether or not this checkout fails in the same way as in 1.8 would
be an interesting data point.

- Check out from the same repository using a 1.8 client and a
  non-HTTP URL,svn :// or svn+ssh://

This is to confirm that the problem is limited to clients using serf.

Thanks!

--=_alternative 005CA9E9C1257B90_=--