Compressed Dump Files
From: Ryan Hunt <rhunt_at_hp.com>
Date: 2003-11-20 00:17:39 CET
I have found that by sending the dump files through gzip i can save
-rw-rw-r-- 1 rhunt users 710977745 Nov 19 13:51 svn-dumpfile_2
I can then load with out any problems by:
zcat svn-dumpfile_2.gz | svnadmin load /path/to/repos
However, if I try pipe directly to gzip I get a failure.
=> svnadmin dump /Users/rhunt/tmp/svn_test --revision 1 --incremental |
When piped directly to gzip and then directed to a file there is always
-rw-r--r-- 1 rhunt staff 285 Nov 19 14:06 svn-dumpfile_1.gz
Any thoughts on incorporating gzip compression directly into the dump
-Ryan
---------------------------------------------------------------------
|
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.