]>
git.ipfire.org Git - thirdparty/git.git/blob - test-svn-fe.c
2 * test-svn-fe: Code to exercise the svn import lib
5 #include "git-compat-util.h"
6 #include "vcs-svn/svndump.h"
8 int main(int argc
, char *argv
[])
11 usage("test-svn-fe <file>");
12 svndump_init(argv
[1]);