I’ve recently started using SCM-Manager and it’s a great tool. Kudos for creating it!
I am trying to migrate my old SVN project to SCM-Manager. Unfortunately, the SCM-Manager’s version of SVN is not up-to-date with the latest SVN-Kit version. According to svnadmin info the repository in SCM-Manager is only compatible with version 1.6.0.
Is there any way we can get an update to the Subversion plugin for SCM-Manager?
We were able to use SCM-manager with a svn version 1.10.0. Unfortunately, the performance for cloning the repo is significantly slower than regular repo from SCM-manager.
Edit: Upon further investigation, it seem like the slowness issue was caused by the low asyncThreads. We have increased the asyncThread from 4 to 12 so that more people can pull svn repo without drastically affect the speed.