I'm importing a SVN repository to a gitlab linux server, and after it was configured and imported it doens't shows up on my gitlab page. What else do I need to do?
This is for a gitlab bitnami debian linux server pre-fabricated virtual machine using Virtual Box. The gitlab web interface and repository creation works perfectly but after following the steps from https://docs.gitlab.com/ee/user/project/import/svn.html#smooth-migration-with-a-gitsvn-mirror-using-subgit the repository doens't appears.
This are the commands I executed in order:
To start the gitlab
cd /home/bitnami/stack
sudo ./ctlscript.sh start
To download the subgit
cd ..
wget https://subgit.com/files/subgit-3.3.6.zip
unzip subgit-3.3.6.zip
To install the needed packages
sudo apt-get install default-jre
sudo apt-get install git
To use the subgit
cd subgit-3.3.6/bin
sudo su git
./subgit configure --layout auto svn://192.168.0.1 /var/opt/gitlab/git-data/repositories/root/alternativa.git
./subgit import /var/opt/gitlab/git-data/repositories/root/alternativa.git
I expect a working repository on gitlab web interface but got a folder with apparently all the info needed but no repository ready to use on gitlab