Commit Graph

5 Commits

Author SHA1 Message Date
Rocco Rutte
bca24a3468 Obtain svn_fs_t via svn_repos_open() -> svn_repos_fs()
Without really knowing the svn API, using plain svn_fs_open() complained
about a missing /foo/DB_CONFIG even on fsfs type repos. Use
svn_repos_open() to open the repo and use svn_repos_fs() to get the fs
instead of using svn_fs_open() since even the headers say I wouldn't
want to use it directly... and they're right, obviously. :)

Signed-off-by: Rocco Rutte <pdmef@gmx.net>
2007-03-14 15:35:33 +00:00
Rocco Rutte
e25b88e15f Allow CFLAGS and LDFLAGS to be overwritten on command line
Hardcoding doesn't make sense, after all.

Signed-off-by: Rocco Rutte <pdmef@gmx.net>
2007-03-14 15:19:13 +00:00
Chris Lee
0e4f5f2586 Don't use svn_repos - just svn_fs, baby. Also clean up some unused variables. 2007-01-16 19:21:01 -08:00
Chris Lee
e1f8b2ec31 * svn-archive.c: Initial work on this (not nearly complete yet)
* svn-fast-export.c: Fix a potential segfault
* Makefile: add support for svn-archive
2007-01-14 17:07:42 -08:00
Chris Lee
0f33b8fe9e Adding initial rev of my svn-fast-export app, in Python and C. 2007-01-14 05:16:29 -08:00