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

Re: subversion-1.0.3.tar.gz is not in gzip format

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-05-21 22:32:57 CEST

On Fri, May 21, 2004 at 11:47:17AM -0600, Jani Averbach wrote:
> On 2004-05-21 11:31-0600, Michael W Thelen wrote:
> > Hi all,
> >
> > It seems that subversion-1.0.3.tar.gz downloadable from the web site is
> > not in gzip format. It's just an un-gzipped tar file.
>
> Your browser or download software is cheating you. I just downloaded 1.0.3 and:

Really the browser is just doing exactly what it was told by the server:

$ HEAD -e http://subversion.tigris.org/files/documents/15/13430/subversion-1.0.3.tar.gz \
| grep Content-
Content-Encoding: x-gzip
Content-Length: 7228750
Content-Type: application/x-tar

which means this "an application/x-tar file sent using the gzip
content-encoding". For some reason this was what Apache did by default
for ages, it was fixed recently though; it could be fixed in the
tigris.org config too. Some modern browsers know to ignore it, I guess.

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 21 22:33:45 2004

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.