我正在尝试从以下存储库构建svn2git:https://github.com/svn-all-fast-export/svn2git
但是我遇到了这个错误:
svn.cpp: In member function ‘int SvnPrivate::openRepository(const QString&)’:
svn.cpp:183: error: ‘svn_repos_open2’ was not declared in this scope
make[1]: ** [svn.o] Erro 1
我正在使用CentOS 7。
有人知道如何解决这个问题吗?