Actions:
|
2012-05-15 10:51 AEST by Arthur Barrett - 7 zip is now apparently open source (I'm sure once upon a time it wasn't).
WinMerge has always supported 7z.
CVSNT uses compression and encryption for:
* storing 'Base' copies of files in the sandbox (unsure?)
* in client/server communication (cvs -9)
* storing deltas (-kz)
If the client and server agree, they could instead choose to use lzma compression (7z) which is 8-10%
'better' according to the stats.
zlib is getting a little long in the tooth... |