SVN - tracking Wikka development
Wikka development benefits from a
SVN repository, where different members of the
Wikka Development Team can commit their code contributions and keep an eye on what others do. Branches can host the development of independent subprojects without interfering with the main line of development. The content of the repository can be displayed via two web interfaces:
trac∞ and
websvn∞.
trunk
The main development line of Wikka. Code checked out from
trunk (as well as from any development branch other than
tags) should only be used for testing purposes and not in production environments.
trac∞ ::
websvn∞
branches
Contains the different development branches. It's the area of the repository where different development projects take place. When a branch is ready for an official release it's copied to the
tags folder.
1.1.6.0
The ancestor development branch for
1.1.6.0.
trac∞ ::
websvn∞
1.1.6.1
The ancestor development branch for
1.1.6.1.
trac∞ ::
websvn∞
1.1.6.1-intl
A branch of
1.1.6.1 whose goal is to replace all hardcoded UI strings with configurable constants, a necessary step for
i18n. This branch was obsoleted by i18n-related development in
trunk
trac∞ ::
websvn∞
1.1.6.2
Release notes∞
trac∞ ::
websvn∞
1.1.6.3
Release notes∞
trac∞ ::
websvn∞
1.1.6.4
Security/antispam maintenance updates
trac∞ ::
websvn∞
Contains static snapshots of the official releases of Wikka, copied from the development branch at the time of the release.
1.1.6.0
trac∞ ::
websvn∞
1.1.6.1
trac∞ ::
websvn∞
1.1.6.2
trac∞ ::
websvn∞
1.1.6.3
trac∞ ::
websvn∞
Getting the latest code revision from the repository
Developers interested in testing and/or contributing patches can checkout the latest development version of the Wikka engine from the repository using a SVN client.
Nightly builds directly packaged from the SVN repository are also available for download.
To anonymously checkout the latest code changes you need to point your SVN client to the repository URL:
svn co https://wush.net/svn/wikka/trunk wikka
To check out a specific version w.x.y.z:
svn co https://wush.net/svn/wikka/branches/w.x.y.z wikka-w.x.y.z
The whole revision history can be tracked in the
revision log∞.
External links
CategoryDevelopment