While updating in SVN - getting HTTP status 502 Proxy Error

2.1k views Asked by At

I am having an SVN server in India location. I have totally 6 six servers in the different country. The SVN repository will update every 30 seconds in all Edge server. In Germany Edge servers I am facing an svn: E175002: Unexpected HTTP status 502 'Proxy Error' on 'repo name'. There is no gateway or proxy. The total size of the repository is 146GB+.

Kindly suggest what will cause this type of issues.

From server side apache configuration httpd.conf Timeout 600. and client side enables the ~/.subversion/server -> http-bulk-updates and http-timeout.

1

There are 1 answers

0
Prakash Asokan On

Here I have done the modification in subversion config files. In ~/.subversion/server file having a global configuration. I have an updated the http-bulk-updates option in Edge server as per the https://subversion.apache.org/docs/release-notes/1.8.html URL. Also, From the Network traffic monitor, we have a bypassed the server and client SVN. After only I have an get the proper response from Edge server side.