SubGit 3.0 released, tool for company migration from SVN to Git
subgit.com3 pointsby vadishev0 comments
COPY 'aa'
INSERT 'xy'
COPY 'aa'
SVN instruction stream: COPY 'aa'
INSERT 'xyaa'
As result delta-encoded DST file is more compact in Git repository than in Subversion. What are the drawbacks of Git's approach? Good exercise for the reader.