Svn: E000104: Error starting context: connection reset from user

While svn update works fine, svn commit fails for several seconds with the following error:

 $ svn commit -m "" svn: E000104: Commit failed (details follow): svn: E000104: Error running context: Connection reset by peer 

My client is svn 1.8.8 , and the server uses 1.8.10 . I also managed to complete the transaction from the server using the same credentials as my client machine, without any problems.

+5
source share
1 answer

I faced the same problem. I removed half of the differences (mostly handling the spaces), and only then the commit was successful. Perhaps the problem is big data diff. We use usvn.

0
source

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


All Articles