• 解决tortoiseSvn 访问版本库的时候一直初始化,或者无响应的问题


    现象

    svn访问版本库时一直提示:
    please wait while the repository browser is initializing
    没有反应,甚至3-4分钟才会出来,即便出来也会很卡,经常无响应。
    checkout很快。

    分析

    分析应该是磁盘的问题。
    如果你的硬盘和我一样,是双硬盘,SSD+机械硬盘,太好了继续看下面。
    建议检查 Intel Rapid Storage Technology 是否正常工作?
    主板的BIOS的设置是否是AHCI?

    关于这个问题网上可以查到的信息太少,但可以肯定,不是SVN客户端版本问题,也不是权限问题,也不是网络问题。

    解决

    我因为解决某软件运行卡死的问题,怀疑过 Intel Rapid Storage Technology,还把BIOS改成 AHCI。
    今天发现这种情况下,SVN又和以前一样,卡。

    回忆之前不知道怎么解决的,昨天之前还是不卡的。
    突然想到,是不是昨天sata operation 设置改过的原因。

    把sata operation 由AHCI改成 Intel Smart Response Technology
    重启,Intel RST正常工作,发现SVN repo 秒开,于是马上写下了这篇文章,该问题困扰我半年多的时间,中间虽然不知道怎么好的,由于今天重现对比差异,发现这个秘密。

    之前发现 sata operation AHCI和 Intel Smart Response Technology是感觉不到差异的。

    直观的差别是:开启 Intel Smart Response Technology就有存储控制器,开AHCI就没有。
    设备管理器SATA设置

    我的原则就是绝对不用重装系统来解决问题。

    英文版:

    How to solve the TortoiseSVN application is always showing “please wait while the repository browser is initializing”,runs slowly or even hangs up?

    If your PC is using SSD + HDD, generally two disk drive,
    think about sata operation in your BIOS settings,try to change the “AHCI” to “Intel Smart Response Technology”,reboot to check whether the ‘Intel Rapid Storage Technology’ is working well,if not ,reinstall your pc’s SATA Controller Driver

    After this,that problem is more likely to be solved.

  • 相关阅读:
    管道流
    构造方法中用泛型
    代码实现长提闪烁
    关联事件,向窗体中添加控件,设置控件属性等系列操作
    picturebox中添加图片
    typeof gettype
    groupbox
    static用法
    运算符重载
    类修饰符
  • 原文地址:https://www.cnblogs.com/slankka/p/9158518.html
Copyright © 2020-2023  润新知