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 |
Management web interface |
X |
- |
Project management |
X |
- |
Protocols |
https , ssh |
https |
High availability |
- |
X |
Personal repositories |
X |
- |
Access control within repository |
- |
X |
Access for external users |
X |
- |
Continuous integration |
X |
- |
Pre-commit hook to check committed data |
- |
X |
Public Repositories
For projects that are world-readable we recommend
GitHub.