Hello, On 2024-06-06 21:40, Paul Leo wrote:
[...] migrate an SVN repository from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3. [...]
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.
No cooperation from the hosting provider needed. See "svnrdump help dump", and yes this does exactly what you need. Assuming you don't have any path based access controls this is the same as a local dump.
I am just wondering if anyone has some guidance and suggestions, since we are making a significant jump to newer version of SVN.
dump/load is the right thing to do in this case. Andreas