Revision [15833]

This is an old revision of WikkaSVN made by BrianKoontz on 2007-01-02 17:30:54.

 

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 :: websvn

1.1.6.1

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. 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


The whole revision history can be tracked in the revision log.


CategoryDevelopment
There is one comment on this page. [Display comment]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki