Posted May 19, 2011 5:20 UTC (Thu) by dlang (✭ supporter ✭, #313)
In reply to: DVCS-autosync by smurf
Parent article: DVCS-autosync
actually, since git does the compression itself, the answer is to have git uncompress the documents and version the uncompressed data. then when you check it out git assembles the version you want, then compresses it as you check it out.
you can even insert XML aware diff engines if you want.