mirror of
https://github.com/frej/fast-export.git
synced 2026-01-16 03:02:04 +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
70.7%
Shell
29.1%
Makefile
0.2%