Versioning Strategies

Archiving Your Project in GitLab

< >

Archiving Your Project (Read-Only Mode)

When your project is complete or submitted, you can archive it in GitLab to make it read-only and prevent further changes. This ensures the final version remains intact for reference.


Steps to Archive a Project in GitLab

1. Archive via GitLab Web UI

  1. On the left sidebar, select Search or go to and find your project.
  2. Select Settings > General.
  3. Expand Advanced.
  4. In the Archive project section, select Archive project.
  5. To confirm, select OK.

This makes the repository read-only and disables most actions (e.g., pushes, merges).

Source and further reading: