svn 查看版本历史时。Item is not readable svn: 条目不可读

问题:svn 查看资源历史记录失败 ,并提示”Item is not readable”
解决:

配置目录权限时如:

[/]
tangtx=rw
yangcx=rw
weishq=rw

结果组用户分别在根目录下可以正常show log,而在其子目录中show log都会提示 Item is not readable.

最后在svnserve.conf 文件中,设置anon-access = none就可以了

你可能感兴趣的:(svn 查看版本历史时。Item is not readable svn: 条目不可读)