diff options
author | David Barr <david.barr@cordelta.com> | 2010-11-17 23:03:51 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-24 14:48:54 -0800 |
commit | 1f05d07c456e23c0827efbbb3e738afc9f3152e7 (patch) | |
tree | 74079225dffebc13f781f9d16edd21ea9b8a93ea /contrib/svn-fe | |
parent | b3e5bce1aa88721dd4565089960997836ce66add (diff) | |
download | git-1f05d07c456e23c0827efbbb3e738afc9f3152e7.tar.gz |
vcs-svn: Allow simple v3 dumps (no deltas yet)
Since the dumpfile version 1 days, the Subversion dump format
gained some new fields:
- a unique identifier for the repository (version 2 format)
- whether the text and properties for a node should be
interpreted as deltas
- checksums for a delta's preimage
- SHA-1 sums as alternatives to the existing MD5 checksums for
copy source and the payload (delta).
For now what is relevant to us is the Text-delta and Prop-delta
fields, since not noticing these causes a dump file to be
misinterpreted (see the previous commit).
[jn: with tests]
Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/svn-fe')
0 files changed, 0 insertions, 0 deletions