Johan Corveleyn wrote: > You could be experiencing a client-side timeout. Svn with neon (which > is the default client-side http access library) has a default timeout > of 30 seconds. If the client doesn't get something within those 30 > seconds, it terminates the connection. > > You can specify a higher timeout value in the "runtime configuration > area"[1] on the client, in the servers file[2]. E.g. put a line > "http-timeout = 60" in the global section, or in the group that > matches with your server. > > [1] http://svnbook.red-bean.com/nightly/en/svn.advanced.confarea.html > [2] > http://svnbook.red-bean.com/nightly/en/svn.advanced.confarea.html#svn.advanced.confarea.opts.servers
I tried this without success. But i did not expect success here, because the error occurred after about 15 minutes what is much longer than the http-timeout. Steffen