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

Trying to rebase branch with trunk results in the error svn: REPORT of '/repos/path/!svn/vcc/default': Could not read response body: Secure connection truncated (https://ourdomain)

From: EwBoonTwo <gcullins_at_gmail.com>
Date: Wed, 20 Jan 2010 15:50:36 -0800 (PST)

This is with subversion client 1.5.5.

I've been working with subversion for years on the same codebase and
haven't run into this issue before. I did some digging around and
found a few threads about the error above, but all were related to
checking-out repositories, not merges, and none had a solution that I
saw.

I've got a branch created from trunk that I'm trying to rebase with
trunk. This is the first rebase I've run since the branch was created.
Running the following command:
$ svn merge --non-interactive https://path/to/trunk

result in the following:
svn: REPORT of '/repos/path/!svn/vcc/default': Could not read response
body: Secure connection truncated (https://ourdomain.com)

If I specify revision numbers from the creation of the branch to
trunk's current revision:
$ svn merge -r 40584:40659 --non-interactive https://path/to/trunk

I get the same error, which is what I'd expect. If I back up a few
revisions, no error is thrown and the merge occurs:
$ svn merge -r 40584:40655 --non-interactive https://path/to/trunk

What can I do to track down what's going wrong in the problematic
revisions? Thanks!
Received on 2010-01-21 03:44:27 CET

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.