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?

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Reply via email to