/* * This file is in the public domain. * You may freely use, modify, distribute, and relicense it. */ #include <stdlib.h> #include "svndump.h" int main(int argc, char **argv) { if (svndump_init(NULL)) return 1; svndump_read((argc > 1) ? argv[1] : NULL, "refs/heads/master", "refs/notes/svn/revs"); svndump_deinit(); svndump_reset(); return 0; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.gitignore | File | 28 B | 0644 |
|
Makefile | File | 1.46 KB | 0644 |
|
svn-fe.c | File | 361 B | 0644 |
|
svn-fe.txt | File | 2.04 KB | 0644 |
|
svnrdump_sim.py | File | 2.15 KB | 0644 |
|