SVN Unable to connect to a repository at URL

现象:

1.         checkout数据仓库xxxx时,出现如下错误:

Error  Unable to connect to a repository at URL ‘http://10.1.9.13/svn/xxx’

Error  Access to ‘http://10.1.9.13/svn/xxx ‘ forbidden

2.         比较诡异的是,在Web页面上访问数据仓库xxx,是成功的;

3.         如果说SVN服务器有问题,可是checkout其它早就存在的数据仓库,也是成功的。

 

解决方案:

清除缓存,如下操作:

1.         右键点击本地副本,TortoiseSVN -> Settings -> Saved Data;

2.         点击个个“Clear”按钮,把本地缓存都清除了,点击“确定”;

3.         再重新checkout,大功告成!哦耶!

原文地址:https://www.cnblogs.com/jseden/p/3668417.html