[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: An error occurred during decompression

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 03 Jul 2015 09:13:00 +0100

Kai Krueger <kakrueger_at_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*
Received on 2015-07-03 10:13:09 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.