pmatos wrote: > Am I the only one regularly getting svn timeouts lately? > svn: E210002: Unable to connect to a repository at URL > 'svn://gcc.gnu.org/svn/gcc/trunk' > svn: E210002: Network connection closed unexpectedly
Hard to be sure unless you can supply a timestamp so we can go log hunting. But each svn service acceptance is limited by load average and concurrent # of clients per IP address; once started, they are limited by cpu (1800s) & memory (5G) consumption. Those look like generous limits, so that may or may not be what you hit. - FChE