美術組同事checkout出現,在網絡好的情況下,有同事更新下來了,后來在配置文件http.conf的最后加入下面壓縮參數才解決問題,配置如下:
<IfModule deflate_module> DeflateCompressionLevel 5 SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary SetEnvIfNoCase Request_URI .(?:pdf|doc)$ no-gzip dont-vary AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css AddOutputFilterByType DEFLATE application/x-javascript </IfModule>
個人感覺是網絡情況和壓縮機制共同造成的效果,網上也有人說是svn客戶端的版本問題,有知道的小伙伴請聯系我.QQ:528634141