Re: Checksum mismatch when checking out from Apache server using dav_svn module with 1.8.5 version.
From: Ben Reser <ben_at_reser.org>
Date: Thu, 09 Jan 2014 16:26:54 -0800
On 1/9/14, 2:06 PM, Антон Бреусов wrote:
The problem is a misconfigured http server, with a mis-configuration that
I downloaded your file.
$ md5 aaa_update_test.tar.gz
You'll note that's the expected checksum as mentioned in the error above.
$ gzip -dc aaa_update_test.tar.gz | md5
You'll note that's the checksum in the actual result received.
What's happening is your httpd server is configured to add the gzip encoding to
Typically you'll see that setup on the server with something like this:
AddEncoding is part of mod_mime and is documented here:
Those sorts of configurations should never apply to the Location being used to
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.