SVN dump parser
commitaec6c62b41840762133e585ec788f519adcd4669
authorDavid Barr <david.barr@cordelta.com>
Mon, 9 Aug 2010 22:55:00 +0000 (9 17:55 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Aug 2010 02:35:38 +0000 (14 19:35 -0700)
treec8c63c44505a4320b491e9ffd81dced121ce387e
parent2c8c66ef43afcf244d80eb8eb59222b967030e17
SVN dump parser

svndump parses data that is in SVN dumpfile format produced by
`svnadmin dump` with the help of line_buffer and uses repo_tree and
fast_export to emit a git fast-import stream.

Based roughly on com.hydrografix.svndump 0.92 from the SvnToCCase
project at <http://svn2cc.sarovar.org/>, by Stefan Hegny and
others.

[rr: allow input from files other than stdin]
[jn: with test, more error reporting]

Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
LICENSE
svndump.c [new file with mode: 0644]
svndump.h [new file with mode: 0644]