美文网首页iOS 日记本iOS Developer
CornerStone不显示操作日志

CornerStone不显示操作日志

作者: long弟弟 | 来源:发表于2017-07-26 20:47 被阅读0次
对SVN服务器操作之后查看Log显示"Could not contact repository to read the latest log entries"
上网搜索结果:stackoverflow上的删除客户端的一些Cache,具体方法mark一下!
1. Quit Cornerstone
2. Open Terminal
3. Copy paste the following line into Terminal:
defaults delete com.zennaware.Cornerstone HistoryCacheUsage
4. Press return
5. Open Finder
6. Select Go->Go To Folder…
7. Enter:

~/Library/Caches/Cornerstone

and click “Go”

8. Move the selected directory (“Cornerstone”) to the Trash.
9. Restart Cornerstone

The next time Cornerstone prompts you to cache the repository log, choose “Never”.

但是我跟下面的同仁一样没有找个相应的缓存文件
  • Domain_not_found.png
所以继续Search:在服务器端,将服务器中...conf/svnserve.conf中的anon-access = read改为anon-access = none,测试OK

PS:anon-access = read代表匿名访问的时候是只读的,若改为anon-access = none代表禁止匿名访问,需要账号密码才能访问

相关文章

网友评论

    本文标题:CornerStone不显示操作日志

    本文链接:https://www.haomeiwen.com/subject/saolzttx.html