Re: about the compression level in svndiff

2013-04-15 Thread Andreas Stieger
Hello, On 15/04/13 23:14, Bo Chen wrote: > SVN uses zlib to compress the new data in delta. By default, the > compression level in the current implementation is 5, right? I am > wondering what are differences by choosing different compression > level? Is is a trade-off between compression rate and

about the compression level in svndiff

2013-04-15 Thread Bo Chen
SVN uses zlib to compress the new data in delta. By default, the compression level in the current implementation is 5, right? I am wondering what are differences by choosing different compression level? Is is a trade-off between compression rate and computational overhead? Thanks. Bo