Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To import a project in GitLab:

Tip

GitLab supports git repositories.
If you have an SVN repository and would like to move it to git, follow this guide: Migrate to Git from SVN


  1. On the top bar, select Menu > Project > Create new project
    Image Added
  2. Select Import project
    Image Added
  3. Enter import project details:
    • Choose button Repo by URL.
    • In the Project name field, enter complete internet address of the project you are importing. Most of our projects are hosted on the gforge-next.eufus.eu server
    • If authentication is needed, enter login and password  you use to access the repository in Username and Password fields
      Image Added
  4. Enter the project details:
    • In the Project name field, enter the name of your project. You can use spaces, hyphens, underscores, and emoji. You cannot use special characters. After you enter the name, the Project slug populates
    • In the Project slug field, enter the path to your project. The GitLab instance uses the slug as the URL path to the project. To change the slug, first enter the project name, then change the slug
    • In the Project description (optional) field, enter the description of your project’s dashboard
    • To modify the project’s viewing and access rights for users, change the Visibility Level

      Tip

      It is recommended that the projects are shared within the group. Otherwise, the repository URL address will contain the login of the user who created it and will limit the availability of codes

      Image Added

  5. Select Create project