iOS 日记本iOS Developer

CornerStone不显示操作日志

2017-07-26  本文已影响0人  long弟弟
对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”.

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

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

上一篇 下一篇

猜你喜欢

热点阅读