Other articles


  1. Fixed SVN did not show histoy Error

    修复SVN 不显示Timeline的bug

    之前在Linode上搭建了Svn server
    但总是不能用客户端看到提交的Timeline
    郁闷
    今天决定搞掉这个bug

    查看Revert to Revision结果现实了 Unreadable path encountered; access denied;这个错误。

    google了一下这个bug,找到一篇文章,原文在这里

    发现是Server的配置出了问题。

    ssh上去找到SVN的目录下的conf/svnserve.conf

    设置anon-access = none

    然后重启SVN Server就好了

    read more

    There are comments.

  2. Fixed Cocoapods Error

    修复Cocoapods error

    今天使用pod update更新所有框架,结果提示

    Update all pods
    Analyzing dependencies
    [!] There was an error reading '/Users/xxxxx/.cocoapods/repos/master/CocoaPods-version.yml'.
    Please consult http://blog.cocoapods.org/Repairing-Our-Broken-Specs-Repository/ for more information.
    

    找了好多方法,也试了好多 终于找到了原因 记录一下

    sudo rm -fr ~/.cocoapods/repos/master
    sudo gem uninstall cocoapods
    sudo gem ...
    read more

    There are comments.

blogroll

social