Getting error "Existing connection was forcibly closed by the remote host" when committing a current file

2,126 views
Skip to first unread message

Karen Birch

unread,
Jul 17, 2018, 4:32:02 PM7/17/18
to TortoiseSVN
I am recently getting the error "Error running context: An existing connection was forcibly closed by the remote host" on a file that is already in the repository, I am just trying to update it.  
I noticed that if the file is smaller that it will commit it with no problem.  Is there a file size setting somewhere that I can change?  Are there certain files that it doesn't like - for instance .java or .jar? 

Any help is greatly appreciated. 
~Karen

Luc Van der Veken

unread,
Jul 18, 2018, 12:47:39 PM7/18/18
to TortoiseSVN
It sounds like a server problem, rather than a Tortoise problem.
How big is the file? What protocol is being used, svn or http(s)? (You can determine that from the repository URL)

If http(s), do you know what http engine is used at the server (or what platform it is running on, Windows or Linux)? The protocol itself doesn't impose a limit, but implementations do. I think the default maximum for IIS is 4 GB and for Apache 2 GB, but they can be configured to other values, and those numbers are for downloads, upload limits could start out lower.

I did a few quick Google searches, and it seems the default upload limit for IIS 7 is only 30 MB, and for Apache even less, only 2 MB.
I've got larger files in SVN, but I use the svn protocol at my server, not http.
Reply all
Reply to author
Forward
0 new messages