SVN Unable to connect to a repository at URL的解决方法

今天在VisualSVN Server中新建了一个仓库MobileSafe,在另一个文件夹中进行Checkout时,报如下错误:

Error  Unable to connect to a repository at URL ‘https://ljw/svn/MobileSafe’
Error  Access to ‘https://ljw/svn/MobileSafe ‘ forbidden

意思就是连接不上新建的这个仓库。

但是:

1,在VisualSVN Server中,我右击新建的仓库,选择Browse,输入用户名和密码,访问成功,说明仓库本身没有问题。

2,我Checkout之前创建的其他的仓库,成功了!说明SVN服务器也没有问题。

最终的解决方法:

1,桌面右击,选择TortoiseSVN -> Settings,如下图:

SVN Unable to connect to a repository at URL的解决方法_第1张图片


2,选择Saved Data,然后点击所以的“Clear”按钮,点击“确定”,OK!

SVN Unable to connect to a repository at URL的解决方法_第2张图片

总结:Checkout报错的原因是缓存数据导致的,清除缓存数据便能解决问题

你可能感兴趣的:(SVN,svn,缓存,Checkout)