vcs-svn: Extend svndump to parse version 3 format
commit8ac8fe57f34158ea1d9c85733e48d9cc2ca268e1
authorDavid Barr <david.barr@cordelta.com>
Sun, 12 Sep 2010 06:03:50 +0000 (12 16:03 +1000)
committerDavid Barr <david.barr@cordelta.com>
Sat, 23 Oct 2010 01:25:26 +0000 (23 12:25 +1100)
treee9fa4df1e551bf34922f69af6d7ec12957f09c97
parent71e60f8987e90bb929a9781989e83590964dd291
vcs-svn: Extend svndump to parse version 3 format

Add 1 new dump header, SVN-fs-dump-format-version.
Add 6 new node headers:
* Text-delta: true|false
* Prop-delta: true|false
* Text-delta-base-md5: <32 hex digits>
* Text-delta-base-sha1: <40 hex digits>
* Text-copy-source-sha1: <40 hex digits>
* Text-content-sha1: <40 hex digits>

This change simply populates the context.
Further changes will be needed to handle text and prop deltas.

Signed-off-by: David Barr <david.barr@cordelta.com>
svndump.c