SVN客户端日志无法显示的解决

       用TortoiseSVN显示项目文件的日志时可能会提示"problem contacting the server", 而且会提示是否查看offline的日志。

如果直接用svn客户端使用svn log命令来显示日志,会提示 svn: Item is not readable

       解决方法:

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

你可能感兴趣的:(server,SVN,tortoiseSVN)