| author | David Barr <david.barr@cordelta.com> | |
| Mon, 9 Aug 2010 22:55:00 +0000 (17:55 -0500) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Sun, 15 Aug 2010 02:35:38 +0000 (19:35 -0700) | ||
| commit | 21746aa34fc99d2c73634bc9829387c27c109dbe | |
| tree | b29044890c890a830b179c20f363d3c7c9e2a531 | tree | snapshot |
| parent | c0e6c23dca84227167a6fe1077503ddf32208919 | commit | diff |
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>
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>
| .gitignore | diff | blob | history | |
| Makefile | diff | blob | history | |
| contrib/svn-fe/svn-fe.c | diff | blob | history | |
| t/t9010-svn-fe.sh | [new file with mode: 0644] | blob |
| test-svn-fe.c | [new file with mode: 0644] | blob |
| vcs-svn/LICENSE | diff | blob | history | |
| vcs-svn/svndump.c | [new file with mode: 0644] | blob |
| vcs-svn/svndump.h | [new file with mode: 0644] | blob |