In the tuleap-aio-dev Docker container, we have to recreate some stuff in order to have a working Tuleap instance.
This recreation must be done for the symbolic links for legacy SVN and CVS services. Without that, the Run Tuleap Dev
fails and nginx must be restarted by hand to be working.
Jan 20 08:46:57 web run.sh[244]: ln: failed to create symbolic link <E2><80><98>/cvsroot/cvsroot<E2><80><99>: File exists
Jan 20 08:46:57 web run.sh[244]: + ln -s /var/lib/tuleap/svnroot /svnroot
Jan 20 08:46:57 web run.sh[244]: ln: failed to create symbolic link <E2><80><98>/svnroot/svnroot<E2><80><99>: File exists
Jan 20 08:46:57 web systemd[1]: run-dev.service: main process exited, code=exited, status=1/FAILURE
Jan 20 08:46:57 web systemd[1]: Failed to start Run Tuleap dev.