SVN CHECKOUT 出现Error running context: The server unexpected
(2016-06-06 14:50:54)
标签:
it |
SVN连接服务器的时候出现Error running context: The server unexpectedly closed
the connection.
除了网上总结的问题外,还有一个非常容易忽视的问题,你搭建的服务器可以使用http访问,但是svn地址需要以SVN开头
比如你访问的http://www.baidu.com
出现以下正常数据
( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops partial-replay ) ) )
但是你在SVN客户端填写网址时需要填写svn://www.baidu.com
否则就会报Error running context: The server unexpectedly closed the
connection.