Version Control
isginf offers two version control systems as a service,
GitLab and
Subversion.

For new projects we recommend
GitLab.
Comparison
The key differences between our
GitLab and
Subversion service are outlined below and should help you to decide which to use for a particular project. For a general comparison between the two
check on google.
Feature |
GitLab |
Subversion |
Access control within repository |
- |
X |
Access for external users |
X |
- |
Continuous integration |
X |
- |
High availability |
- |
X |
Management web interface |
X |
- |
Personal repositories |
X |
- |
Pre-commit hook to check committed data |
- |
X |
Project management |
X |
- |
Protocols |
https , ssh |
https |
Public Repositories
For projects that are world-readable we recommend
GitHub.