You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
AlitheiaCore already supports SVN-based projects.
The fundamental difference between SVN and Git is that
in Git a commit can have many parent commits.
It seems that the database schema can accommodate
this characteristic of Git by design.
Except for the database service, supporting Git-based projects means having a functional accessor for Git repos and an updater that will update Git-based project metadata in the database.
A proposed way to modify Alitheia-Core's programming model and database schema for supporting Git-based projects is described here.