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.
source share