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

cannot recover from "Secure connection truncated"

From: Syd Bauman <Syd_Bauman_at_Brown.edu>
Date: 2006-05-04 16:56:29 CEST

I am using Subversion to check items in & out of a Sourceforge
repository (thus am using 'https' protocol).

Well over 50% of the time that I am checking out a fresh copy of a
project within our repository (name "tei") or doing some other
largish SVN operation, I get a typical Subversion error:

| svn: REPORT request failed on '/svnroot/tei/!svn/vcc/default'
| svn: REPORT of '/svnroot/tei/!svn/vcc/default':
| Could not read response body: Secure connection truncated
| (https://svn.sourceforge.net)

In (almost) all cases, I just re-issue the checkout or other command,
and Subversion picks up where it left off and completes the command.
No problem.

However, I am now (for the first time) trying to execute a largish
(to me :-) merge operation. Whether I specify --dry-run to the 'svn
merge' command or not, the dreaded "secure connection truncated"
problem rears its ugly head. But there are two differences between
this occurrence and what I've noticed during a typical checkout:

a) it happens at the same place, every time, on either of two
   different operating systems (see below), and

b) when I re-issue the command the error occurs again (in the same
   place).

It seems that (b) happens because Subversion is re-checking what has
to be done to complete the merge, and doing so takes as long as
actually merging.

I have read the TOC of the FAQ and found nothing about this problem
at all; I've searched the archives of this list, and found lots of
questions about this problem, but no answers that looked like they
might apply.

Below
-----

OS1 = Mac OS X 10.4.6
client1 = 1.1.4 (r13838), installed via Fink

OS2 = Debian GNU/Linux 2.4.27-2-386
client2 = 1.1.4 (r13838)

Output of 2 attempted 'merge' commands in a row
------ -- - --------- ------- -------- -- - ---
| (838) Opus /Volumes/data/P5 @ 13:29:06 ->svn merge -r 1436:HEAD https://svn.sourceforge.net/svnroot/tei/branches/P5/re-org/
| D readme-2005-06.txt
| D readme-0.3.1.xml
| D jaco001d.gif
| D fix_rnc_whitespace.perl
| D odd2htmlp5.xsl.model
| D ChangeLog-2005-10-20.txt
| D guidelines-print.xsl
| D ChangeLog
| D ChangeLog-2006-01-30.txt
| D extract-sch.xsl
| D guidelines.xsl
| D divsplit.xsl
| U Test/Makefile
| A ReleaseNotes
| A ReleaseNotes/readme-2005-06.txt
| A ReleaseNotes/ChangeLog-2005-10-20.txt
| svn: REPORT request failed on '/svnroot/tei/!svn/vcc/default'
| svn: REPORT of '/svnroot/tei/!svn/vcc/default': Could not read response body: Secure connection truncated (https://svn.sourceforge.net)
| (839) Opus /Volumes/data/P5 @ 13:31:09 ->svn merge -r 1436:HEAD https://svn.sourceforge.net/svnroot/tei/branches/P5/re-org/
| Skipped missing target: 'readme-2005-06.txt'
| Skipped missing target: 'readme-0.3.1.xml'
| Skipped missing target: 'jaco001d.gif'
| Skipped missing target: 'fix_rnc_whitespace.perl'
| Skipped missing target: 'odd2htmlp5.xsl.model'
| Skipped missing target: 'ChangeLog-2005-10-20.txt'
| Skipped missing target: 'guidelines-print.xsl'
| Skipped missing target: 'ChangeLog'
| Skipped missing target: 'ChangeLog-2006-01-30.txt'
| Skipped missing target: 'extract-sch.xsl'
| Skipped missing target: 'guidelines.xsl'
| Skipped missing target: 'divsplit.xsl'
| G Test/Makefile
| Skipped 'ReleaseNotes'
| A ReleaseNotes/readme-2005-06.txt
| A ReleaseNotes/ChangeLog-2005-10-20.txt
| svn: REPORT request failed on '/svnroot/tei/!svn/vcc/default'
| svn: REPORT of '/svnroot/tei/!svn/vcc/default': Could not read response body: Secure connection truncated (https://svn.sourceforge.net)
| (840) Opus /Volumes/data/P5 @ 13:36:52 ->

P.S. I have to admit that I'm not entirely sure this command is going
     to do what I want -- but if I can't execute it, I can't tell!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 4 16:58:06 2006

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.