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

Re: Compressed Dump Files

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-11-20 01:02:41 CET

Ryan Hunt <rhunt@hp.com> writes:

> Anyone have any ideas why a direct pipe doesn't work??

A direct pipe does work. But not if you toss gzip compression into
the middle of the pipe. Well, unless you do:

  svnadmin dump | gzip - | gzip -dc | svnadmin load

But then, you sure are wasting a lot of processing time. :-)

> Any thoughts on incorporating gzip compression directly into the dump
> and load processes??

No. That's why your system has gzip on it. And zip. And bzip2.
Flexibility, baby.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 20 01:04:53 2003

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.