[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: Robert Spier <rspier_at_pobox.com>
Date: 2003-11-20 00:56:58 CET

> However, if I try pipe directly to gzip I get a failure.
>
> => svnadmin dump /Users/rhunt/tmp/svn_test --revision 1 --incremental |
> gzip -9 - | svnadmin load /Users/rhunt/tmp/svn_test2
> * Dumped revision 1.
> svn: Incomplete data
> svn: Premature end of content data in dumpstream.

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

Because you're not decompressing the data. You're feeding the
compressed stream directly to svnadmin.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 20 00:58:07 2003

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.