SVN, The timeout specified has expired while trying to commit large filles -


we facing strange issue our svn.

  • commit works smaller files, when colleague try commit 3 mb pdf, or bit larger zip file sees timeout. "connecting" via eclipse our svn.

here logs time got timeout.

[mon dec 08 15:13:32.345525 2014] [dav:error] [pid 29316:tid 1136040256] (70007)the timeout specified has expired: [client 10.213.64.91:58474] timeout reading body (uri: /svn/com.company.dwh/!svn/txr/774-oq/databases/trunk/doc/hp/samreporting/configuration/company_sam_shr_configuration_and_operation_guide_006.pdf)  [408, #0] [mon dec 08 15:14:38.013723 2014] [dav:error] [pid 29316:tid 1324857664] (70007)the timeout specified has expired: [client 10.213.64.91:58479] timeout reading body (uri: /svn/com.company.dwh/!svn/txr/774-or/databases/trunk/doc/hp/samreporting/configuration/company_sam_shr_configuration_and_operation_guide_006.pdf)  [408, #0] [mon dec 08 15:16:53.640390 2014] [dav:error] [pid 29316:tid 1314367808] (70007)the timeout specified has expired: [client 10.213.64.91:42977] timeout reading body (uri: /svn/com.company.dwh/!svn/txr/774-os/databases/trunk/doc/hp/samreporting/configuration/rtsm/company_prepare_rtsm_for_shr.zip)  [408, #0]  svnadmin --version svnadmin, version 1.4.2 (r22196)    compiled aug  5 2009, 19:02:07 

anybody can please give me hints can go wrong or check kind of "upload limit"? can badly configured eclipse or on svn side or perhaps apache limits? guess apache out of scope since using eclipse client?

if there more information needed side please let me know one.

thanks kind support in case

regards m<>

there 2 directives may adjust:

to disable time/size restriction:

    requestreadtimeout header=0 body=0  # @ global level     limitrequestbody 0                  # @ vhost level 

or don't load module:

# loadmodule reqtimeout_module modules/mod_reqtimeout.so 

Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -