author | Jonathan Nieder <jrnieder@gmail.com> | |
Thu, 15 Jul 2010 16:25:39 +0000 (18:25 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 16 Jul 2010 20:21:47 +0000 (13:21 -0700) | ||
commit | e605164d1da51087882a468bcf3f5d36d3a9d4ba | |
tree | d9a3f306f7587730ab8cbfc353f7dff4b300839c | tree | snapshot |
parent | 53b304224a561b5fd4ae35cedc0a978d91d4b1da | commit | diff |
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>
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] | blob |
contrib/svn-fe/Makefile | [new file with mode: 0644] | blob |
contrib/svn-fe/svn-fe.c | [new file with mode: 0644] | blob |
contrib/svn-fe/svn-fe.txt | [new file with mode: 0644] | blob |