Add a sample user for the svndump library
commite605164d1da51087882a468bcf3f5d36d3a9d4ba
authorJonathan Nieder <jrnieder@gmail.com>
Thu, 15 Jul 2010 16:25:39 +0000 (15 18:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Jul 2010 20:21:47 +0000 (16 13:21 -0700)
treed9a3f306f7587730ab8cbfc353f7dff4b300839c
parent53b304224a561b5fd4ae35cedc0a978d91d4b1da
Add a sample user for the svndump library

The svn-fe tool takes a Subversion dump file as input and produces
a fast-import stream as output.  This can be useful as a low-level
tool in building other importers, or for debugging the vcs-svn
library.

 make svn-fe
 make svn-fe.1

to test.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/svn-fe/.gitignore [new file with mode: 0644]
contrib/svn-fe/Makefile [new file with mode: 0644]
contrib/svn-fe/svn-fe.c [new file with mode: 0644]
contrib/svn-fe/svn-fe.txt [new file with mode: 0644]