Eclipse svn插件或者软件查看版本历史时Item is not readable,在eclipse会弹出错误框
配置目录权限如:
[/]
test1=rw
test2=rw
test3=rw
结果组用户分别在根目录下可以正常show log,而在其子目录中
show log都会提示 Item is not readable.
在svnserve.conf 文件中,设置anon-access = none,如果有的把注释去掉,没的自己手动加进去就可以了.
Eclipse svn插件或者软件查看版本历史时Item is not readable,在eclipse会弹出错误框
配置目录权限如:
[/]
test1=rw
test2=rw
test3=rw
结果组用户分别在根目录下可以正常show log,而在其子目录中
show log都会提示 Item is not readable.
在svnserve.conf 文件中,设置anon-access = none,如果有的把注释去掉,没的自己手动加进去就可以了.
转载于:https://my.oschina.net/HeAlvin/blog/796142