Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5981 - emerge should be calling cvs and rsync with compression options
Summary: emerge should be calling cvs and rsync with compression options
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: Normal enhancement (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-03 19:52 UTC by Bruce A. Locke (RETIRED)
Modified: 2011-10-30 22:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bruce A. Locke (RETIRED) gentoo-dev 2002-08-03 19:52:09 UTC
The "-z3" option should be used with cvs and the "-z" option should be used with
rsync to compress data sent over the network.  For modem users this can reduce
"cvs -dP update" time to somewhere around 20% of the time it takes uncompressed.

-z3 and -z should not use much in the way of cpu time on the servers and is a
big win in the bandwidth department.
Comment 1 SpanKY gentoo-dev 2002-08-03 23:32:24 UTC
http://bugs.gentoo.org/show_bug.cgi?id=5965 also deals with improving rsync
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-09-03 16:32:47 UTC
Fixed for CVS (rsync already done) in 2.0.35. Thanks :)