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

Re: "REPORT request failed" while merging

From: Stefanus Du Toit <sjdutoit_at_cgl.uwaterloo.ca>
Date: 2004-06-16 17:52:27 CEST

On Tue, Jun 15, 2004 at 06:29:51PM -0400, Stefanus Du Toit wrote:
> I made a branch earlier today, and was just trying to merge it into the
> trunk. There have been no changes to the trunk since the branch was
> made.
>
> I try:
>
> sjdutoit_at_huey:~/svn/sh$ svn merge -r 1054:HEAD https://XXX/svn/sh/sh/branches/progwrap
> svn: REPORT request failed on '/svn/sh/!svn/vcc/default'
> svn: REPORT of '/svn/sh/!svn/vcc/default': Could not read chunk size: Secure connection truncated (https://XXX)

Now that I think about it, this sort of makes sense. Of course, the
diagnostic message is horrible.

But branches/progwrap didn't exist in r1054. So it makes somewhat sense
that this should fail. Instead I should have done:

svn merge https://XXX/svn/sh/sh/trunk@1054 https://XXX/svn/sh/sh/branches/progwrap

which I just did and which worked just fine.

So whether this is just another dumb user (me) or whether maybe the
diagnostic message should be improved is up to you.

-- 
Stefanus Du Toit <sjdutoit@cgl.uwaterloo.ca>
  Computer Graphics Lab
  School of Computer Science
  University of Waterloo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 16 17:58:06 2004

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.