今天遇到 svn 413 Request Entity Too Large问题
搜寻google大神都是说修改Apache configuration
没动过Apache 设定档,不知道那是什么
接着googleg设定档是名为httpd.conf的档案
接着处理用everything搜寻httpd.conf
添加以下code
LimitXMLRequestBody 0LimitRequestBody 0
重启VisualSVN Server就可以 :-)
今天遇到 svn 413 Request Entity Too Large问题
搜寻google大神都是说修改Apache configuration
没动过Apache 设定档,不知道那是什么
接着googleg设定档是名为httpd.conf的档案
接着处理用everything搜寻httpd.conf
添加以下code
LimitXMLRequestBody 0LimitRequestBody 0
重启VisualSVN Server就可以 :-)