svn2git icon indicating copy to clipboard operation
svn2git copied to clipboard

:octopus: A fast-import based converter for an svn repo to git repos

Results 43 svn2git issues
Sort by recently updated
recently updated
newest added

# Deprecated symbols - `svn_fs_paths_changed2` - `svn_fs_revision_proplist` # Compiler output ``` svn.cpp:494:34: warning: ‘svn_error_t* svn_fs_paths_changed2(apr_hash_t**, svn_fs_root_t*, apr_pool_t*)’ is deprecated [-Wdeprecated-declarations] svn.cpp:547:37: warning: ‘svn_error_t* svn_fs_revision_proplist(apr_hash_t**, svn_fs_t*, svn_revnum_t, apr_pool_t*)’ is deprecated [-Wdeprecated-declarations]...

enhancement

Hello, every time i try to convert the 10 year old svn repo i get one step further... i call: ` svn-all-fast-export --fast-import-timeout 9000 --commit-interval 100 --empty-dirs --identity-map /home/user/authors.txt --rules...

There are several fixes here: * bump minimal version to Qt5.15. This allows to remove some deprecated warnings on QMultiMap (unfortunately QMultiMapIterator is only Qt6 so we cannot remove at...