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

Re: Subversion exception svn update

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 13 Oct 2011 07:01:10 -0400

On Thu, Oct 13, 2011 at 04:54, theresa merenkov
<theresa.merenkov_at_oracle.com> wrote:
>
> I was using Tortoise SVN 1.6 and began having problems loading a file that was 1gig up through the high speed internet provider I have Astound broadband.  I think this is a network issue, because I get the same message, if I'm uploading a large amount of data (could this be Apache problem?) I get this message:
> Command: Commit
> Modified: D:\GCDP_Repository\method-pub\installshield packaging\0_installshield_projects\OUM_5.5.0_Project\OUM_5.5.0\Oracle_OUM_5.5.0_Install.exe
> Sending content: D:\GCDP_Repository\method-pub\installshield packaging\0_installshield_projects\OUM_5.5.0_Project\OUM_5.5.0\Oracle_OUM_5.5.0_Install.exe
> Error: Commit failed (details follow):
> Error: PUT of
> Error: '/svn/method-pub/!svn/wrk/3883a3a4-badd-1947-aa1f-0e12d0d7f338/trunk/installshield%20packaging/0_installshield_projects/OUM_5.5.0_Project/OUM_5.5.0/Oracle_OUM_5.5.0_Install.exe':
> Error: SSL handshake failed: An existing connection was forcibly closed by the remote host.
> Error:  (https://gcdpsource.oracle.com)
> Finished!:

If you suspect it's an Apache problem (and it's quite possible that it
is), upgrading your client only adds another variable and element of
risk to the situation. Searching Google for that error plus
"Subversion large upload" eventually yields this:

http://osdir.com/ml/version-control.svk.devel/2007-10/msg00003.html

Short version: your server may be configured to disallow a commit of
the size you're attempting.

> I decided to go to SVN 1.7, and therefore encountered the requirement to do a SVN Updgrade working copy on EVERY ONE OF MY checkout project areas.
>
> So I upgraded a working copy in one of my workspaces and then tried to do an SVN Update of a folder with a large file in it.
>
> Now when I try to execute the svn cleanup command I get this message repeatedly.
>
> Any ideas?  Thanks much for your help.
>
>
> Subversion Exception!
> ---------------------------
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> (users_at_subversion.apache.org)
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
>  'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\workqueue.c'
>  line 672: assertion failed (checksum != NULL)

http://svn.haxx.se/users/archive-2011-10/0213.shtml

> I guess my other option is to delete the checkout and checkout the files again...  Why didn't anyone say svn was a total re-checkout of all repositories BEFORE I upgraded!

Because in the majority of cases, it isn't required if your pre-1.7
working copies are clean.
Received on 2011-10-13 13:02:22 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.