mirror of
https://github.com/frej/fast-export.git
synced 2025-11-02 01:05:48 +01:00
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>
5.1 KiB
5.1 KiB