Cannot commit jar file to svn after merge: 502 'Bad Gateway'

后端 未结 4 1110
没有蜡笔的小新
没有蜡笔的小新 2021-01-22 01:42

We use visualsvn with tortoiseSVN on the client for version control of the binaries. That is, when we want to test a project, the test branch is merged with the build branch. Th

4条回答
  •  爱一瞬间的悲伤
    2021-01-22 02:33

    HTTP status code 502 is a server side error:

    RFC 7231 section 6.6.3:

    The 502 (Bad Gateway) status code indicates that the server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request.

    As you are checking in binary files it could be a timeout from a server between you and the svn servern as the checking takes too long. So you should check the svn server and any server between you and the svn server.

提交回复
热议问题