Obtain svn_fs_t via svn_repos_open() -> svn_repos_fs()
commitbca24a3468484d5ff955849101e5935deabaf77d
authorRocco Rutte <pdmef@gmx.net>
Wed, 14 Mar 2007 15:35:33 +0000 (14 15:35 +0000)
committerRocco Rutte <pdmef@gmx.net>
Wed, 14 Mar 2007 15:35:33 +0000 (14 15:35 +0000)
tree237c5681b0b9bc10a95cfdf6b65b026d9f3349b2
parente25b88e15f561ea7fb62e501c5abb293211a1ab1
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>
Makefile
svn-fast-export.c