 |
The source codes for each of the projects that are part of the Open Semantic Framework are accessible
on different source control systems. We are maintaning three SVN repositories and one Git:
- structWSF is using SVN
- conStruct is using Git (due to the Drupal requirement)
- the Semantic Components are using SVN
- the irON parsers are using SVN
The dev branch of the SVN repositories and the 6.x-*.x head of the Git repository host the development
version of each project. These branches are constantly being updated. These branches is where the latest
features, fixes and upgrades are available. Each commit has its own comment that explains what
has been modified, and developer guidance in use and updating the existing code base.
Each official release version is tagged and given its own branch. The trunk of the SVN repositories and
the master head of the Git repository is where the code of the last release if hosted. Each time we
release a new version, we create a tag from these trunk/master branches, and package it into
downloadable archive files.
Here are the instructions to checkout any of these projects from their respective source control systems:
|