SVN error running context: An existing connection was forcibly closed by the remote host

后端 未结 10 2235
我寻月下人不归
我寻月下人不归 2021-02-19 00:23

I\'ve created an SVN repo on my Debian Wheezy build server following this tutorial. svn --version gives 1.6.17.

Sadly, I can\'t commit anymore

10条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 00:57

    I had this issue with a large commit (~500 files, 50 MB) on a basic network. It worked when I broke the file up into batches (e.g. select a files at a time). It appears that it struggled particularly with 1 large file that was repeated for several folders.

提交回复
热议问题