SVN+HTTP的一个ulgy的错误

来源:互联网 发布:unity3d 图片闪烁效果 编辑:程序博客网 时间:2024/05/15 23:51

原来配置得好好的基于HTTP的SVN忽然就出问题了,新增加的文件都加不上,一提交就出一个什么:302 Found的错误。

在Google上找了半天才找到,竟然是这么个ugly的错误。

The solution is to disable special 404 error handling for Subversion directories with 'ErrorDocument 404 default':
也怪我自己吃饱了没事,改了默认的ErrorDocument 404。-_-|||


原创粉丝点击