@@ -34,6 +34,15 @@ Get the last version of the development tree (git or subversion), and import thi
...
@@ -34,6 +34,15 @@ Get the last version of the development tree (git or subversion), and import thi
Checkout the subversion repository with git-svn (https://git-scm.com/docs/git-svn). It creates a git repository from the subversion repository (with all the history). You can then add your gitlab project as a git remote and push to that project.
Checkout the subversion repository with git-svn (https://git-scm.com/docs/git-svn). It creates a git repository from the subversion repository (with all the history). You can then add your gitlab project as a git remote and push to that project.
example with a user with forge account <forge_user>, a forge project with unixname <forge_project>, a gitlab account <gitlab_user> and a gitlab project in the <gitlab_user> namespace, with name <gitlab_project>: