Volatile svn connections: 'propfind of' xxx 'could not connect to server'

Recently, I had a user complaint that the subversion kernel that I use cannot create stable connections, that is, "PROPFIND from xxx: cannot connect to the server." The behavior seems random, sometimes it gives an error, sometimes everything goes smoothly.

To solve the problem, I performed a svnadmin check to check the integrity of the repo, which indicates there are no problems hanging with apache timeout values. I consulted with the network administrator for clarification, and he confirmed that he was most likely not connected to the network.

I tend to say that the problem is not server related, but I do not rule it out. However, several other people confirmed that there were no problems. And a web interface hosted on the same servers is available to the user.

I find that the problem is very worrying in order to solve the problem because it cannot reproduce it itself. I hope some of you can give some insight into how I can solve the problem.

+4
source share
1 answer

See Unable to connect to Wordpress SVN server to update repository.

If you're on Comcast, they seem to be blocking access to the WordPress repo.

+1
source

Source: https://habr.com/ru/post/1339343/


All Articles