We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to
Ubuntu 24.04, SVN 1.14.3.
We don't have any login access to the current server.
The current hosting server plans to perform an SVN dump of the
repository, and make it available through something like Google Drive.
We would obtain the dump file and then use svnadmin load, importing the
repository.
There are only a few hooks that are currently used. The main one being
to force a commit message when committing.
We will use Apache httpd and basic authentication for committing to
repository, as in done currently
We would change DNS to new server IP.
I've read through the svnbook, and the above seems plausible.
I am just wondering if anyone has some guidance and suggestions, since
we are making a significant jump to newer version of SVN.
Thanks for your help