Hello,

thank you very much for your fast reply!

With your help, I have managed to figure out what the issue was.

I had a " AddEncoding x-gzip gz tgz" in my apache config. Once I removed
that it now appears to work correctly again.

The  --config-option servers:global:http-compression=no  option also worked.

Enabling or disabling mod_deflate did on the other hand not appear to
make any difference (or my enabling/disabling did not take effect).

The apache version is 2.4.7

Thank you again, for helping me fix this!

Kai


On 7/3/15 2:13 AM, Philip Martin wrote:
> Kai Krueger <kakrue...@gmail.com> writes:
>
>> I am currently unable to commit compressed (.gz) files to one of our
>> subversion servers.
>>
>> Every time I try and commit a compressed file, I get the following error:
>>
>> Transmitting file data .svn: E120104: Commit failed (details follow):
>> svn: E120104: Error running context: An error occurred during decompression
>>
>> If I rename the same file from e.g. blah.gz to blah.gnoz without
>> touching the content of the file, the commit succeeds.
>>
>> So it looks like something is triggering a compression/decompression
>> based on file name.
>>
>> This is an Ubuntu 14.04 server with svn being accessed through the http
>> protocol with apache dav svn. It is the standard ubuntu packaged
>> subversion (1.8.8)
> Which client is seeing the problem?  Does disabling compression on the
> client fix the problem?  Try something like:
>
>    --config-option servers:global:http-compression=no 
>
> I assume you have mod_deflate enabled on the server, can you show us the
> server configuration?  Which version of httpd?  Does disabling
> mod_deflate on the server fix the problem?
>


Reply via email to