“Network connection closed unexpectedly” upon svn checkout

后端 未结 15 2319
情话喂你
情话喂你 2021-01-17 17:51

When I attempt to checkout:

svn checkout svn+ssh://serveradmin%foo@foo.com/home/87292/data/svn/repository/trunk .

I get this (unhelpful) er

15条回答
  •  甜味超标
    2021-01-17 18:26

    I was connecting to a local network svn and this happened to me from some point on (it actually happens periodically).

    All the references I have found surfing mention something related with SSH. SSH may well be the root of my problem too somehow, but I managed to overcome the problem by killing some of the svnserve processes.

    I can do this because I know what is the usage of my server, but don't know the relevance of doing this in a server with more concurrence.

提交回复
热议问题