SVN unable to connect to repository at URL

错误提示如下图:

 

解决方法:

svnserve -d -r svn的仓库路径 --listen-port 3691

如有错误提示:

svnserve: Can't bind server socket: Address already in use

先执行命令:

killall svnserve

再次执行:

svnserve -d -r svn的仓库路径 --listen-port 3691

问题解决!!!

posted @ 2020-02-07 10:42  Double330  阅读(409)  评论(0编辑  收藏  举报