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
2007-03-07 19:58:54 +01:00
Description
A mercurial to git converter using git-fast-import:
https://repo.or.cz/w/fast-export.git
1.2 MiB
Languages
Python 70.7%
Shell 29.1%
Makefile 0.2%