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. On Tuesday, July 17, 2018 at 10:32:02 PM UTC+2, Karen Birch wrote: > > 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 > -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/8ea8d04d-8cac-4480-8e02-29d90f1a455e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
