Recently we tried to remove subversion from the Phabricator machines (https://gerrit.wikimedia.org/r/c/operations/puppet/+/785149)
But even though the remaining svn repos hosted on it have now been disabled it caused user visible errors (T307889).
The remaining 4 repos, that are now inactive but still exist readonly, are (created a global saved query):
https://phabricator.wikimedia.org/diffusion/query/6WUBLfM9eS2R/
https://phabricator.wikimedia.org/diffusion/TSVN/
https://phabricator.wikimedia.org/diffusion/SVNP/
https://phabricator.wikimedia.org/diffusion/SVN/
https://phabricator.wikimedia.org/diffusion/SVNM/
There are upstream gitlab docs about 2 different methods to migrate SVN repos to gitlab.
https://docs.gitlab.com/ee/user/project/import/svn.html
The better one uses https://subgit.com/
Let's try to migrate those 4 repos over to gitlab, then adjust all links from wikis to the old svn repos and finally actually delete them from Phabricator and as the last step remove the subversion package from phabricator machines.