Revision [13649]
This is an old revision of WikkaSVN made by DarTar on 2006-03-29 04:45:31.
SVN - tracking Wikka development
Wikka development benefits from a SVN repository, where different members of the CreditsPage 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.
Repository structure
The content of the repository can be displayed through 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 WikkaInternationalization i18n.trac :: websvn
tags
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 :: websvn1.1.6.1
trac :: websvnGetting 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. 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
The whole revision history can be tracked in the revision log.
External links
- Version control with subversion - the most complete guide to SVN.
- Rapid SVN - SVN client for Win, Mac, Linux
CategoryDevelopment