mirror of
https://github.com/frej/fast-export.git
synced 2026-02-10 07:06:45 +01:00
bca24a3468484d5ff955849101e5935deabaf77d
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>
Description
Languages
Python
67.3%
Shell
32.5%
Makefile
0.2%