TortiseSVN svn+ssh Error: Unable to connect to a repository at URL … Network connection closed unexpectedly

前端 未结 6 1502
醉梦人生
醉梦人生 2021-01-12 23:37

I\'m having problems accessing an SVN repository using TortoiseSVN 1.7.8.

The SVN repository is on a CentOS 6.3 box with openssh 5.3p1:81.el6 and appear

6条回答
  •  日久生厌
    2021-01-12 23:54

    Maybe this simple solution will work:
    Go to your putty and check whether the saved session name matches with the name (svn saved session name in putty) that you are trying to take checkout with...
    E.G.: in svn saved session, the name is saved as coreSvn, and the checkout url is: svn+ssh://svnuser@core/COCRETE/branches/R20181121-0.0.2-RELEASE, this won't work. Change the @core to @coreSvn or @coresvn

提交回复
热议问题