本文主要是介绍Mac下Cornerstone无法查看SVN日志的问题的解决办法,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在 Cornerstone 中点击 Log 总是提示 “Could not contact repository to read the latest log entries”。
在 Stackoverflow 上找到了这个
I was having the same problem and emailed Zennaware‘s Cornerstone support. They sent me these instructions that seem to have fixed the problem for me:
- Quit Cornerstone
- Open Terminal
- Copy paste the following line into Terminal:
defaults delete com.zennaware.Cornerstone HistoryCacheUsage
- Press return
- Open Finder
- Select Go->Go To Folder…
- 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”.
测试成功!
原文地址 http://hirosama.cn/cornerstone-log-bug/
这篇关于Mac下Cornerstone无法查看SVN日志的问题的解决办法的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!