Does svn compress data while transfer?

Discussion about everything. New games, 3d math, development tips...
Post Reply
kornerr
Posts: 245
Joined: Thu Jul 06, 2006 9:57 am
Location: Russia, Siberia, Kemerovo
Contact:

Does svn compress data while transfer?

Post by kornerr »

Does it? If so, gzip? If even so, then is it possible to make it bz2?
Thanks :)
Open Source all the way, baby ;)
OSRPG
hybrid
Admin
Posts: 14144
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I think SVN uses the CVS setting -z3 as a default. No chance to use bzip2 as it is done streamed and the overhead of bzip2 would be much too large.
Post Reply