zoukankan      html  css  js  c++  java
  • svn


    SVN Unable to connect to a repository at URL

    (2012-10-16 15:48:56)








    标签:

    svn


    缓存


    杂谈

    分类: SVN


    背景:


    1.
    SVN服务器:VisualSVN-Server-2.5.5


    2.
    SVN客户端:TortoiseSVN-1.7.6.22632-x64-svn-1.7.4.msi


    3.
    SVN服务器上,新建一个数据仓库aaa,用户ABC拥有读写权限。



    现象:


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


    Unable to connect to a repository at URL" alt="" src="https://www.cnblogs.com/wangyt223/admin/">


    Error Unable to connect to a repository at URL
    ‘https://172.18.0.254:861/svn/aaa’


    Error Access to
    ‘https://172.18.0.254:861/svn/aaa ‘ forbidden


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


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



    解决方案:


    在网上搜了好多资料,都没法解决,折腾了我一下午,跟同事抱怨这破SVN时,同事说了句,是不是缓存问题啊,顿时眼前一亮,马上进行如下操作:


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


    Unable to connect to a repository at URL" alt="" src="https://www.cnblogs.com/wangyt223/admin/">


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


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

  • 相关阅读:
    51nod1260
    51nod1327
    51nod1342
    51nod1479
    LOJ6088
    51nod1634
    51nod1778
    JAVA循环结构学校上机经常遇到的几题 笔记
    B. The Number of Products(Codeforces Round #585 (Div. 2))
    A. Yellow Cards ( Codeforces Round #585 (Div. 2) 思维水题
  • 原文地址:https://www.cnblogs.com/wangyt223/p/2782796.html
Copyright © 2011-2022 走看看