vcs-svn: Allow simple v3 dumps (no deltas yet)
commit1f05d07c456e23c0827efbbb3e738afc9f3152e7
authorDavid Barr <david.barr@cordelta.com>
Thu, 18 Nov 2010 05:03:51 +0000 (17 23:03 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Nov 2010 22:48:54 +0000 (24 14:48 -0800)
tree74079225dffebc13f781f9d16edd21ea9b8a93ea
parentb3e5bce1aa88721dd4565089960997836ce66add
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>
t/t9010-svn-fe.sh
vcs-svn/svndump.c