About this: https://docs.gitlab.com/ce/user/project/import/svn.html
Specifically:
The first step to mirror you SVN repository in GitLab is to create a new empty project which will be used as a mirror. For Omnibus installations the path to the repository will be located at /var/opt/gitlab/git-data/repositories/USER/REPO.git by default. For installations from source, the default repository directory will be /home/git/repositories/USER/REPO.git. For convenience, assign this path to a variable:
What is that REPO.git file? Where did it come from? Am I supposed to do this on our gitlab server itself or can I do it on my local machine?
It says just before to place subgit in /opt
but this file is in /var/opt/
? And either way there's no such path in the subgit archive...