How to get the lastest development version

We are using Subversion for version management.

To get the latest development version, you can use this command:
svn export http://www.awf-cms.org/svn/awf2_public/trunk [destination_directory]

You have to move inc/config.ini-dist to inc/config.ini before you start the installation.

For the developers

If you got a developer account and want to checkout a working copy:
svn checkout http://www.awf-cms.org/svn/awf2/trunk [destination_directory]

Important: Please copy inc/config.ini-dist to inc/config.ini before you start the installation.

Commit your changes with
svn commit --message "Your comment"

Notes:

Thanks! :-)

The trunk directory holds the main line of development, the branches directory contains branch copies and a tags directory contains tag copies.

There is a comprehensive Subversion documentation.

What if you don't have Subversion installed?

Print this page  PDF version

You must be logged in to post a comment.

More Information

Login

or create a new account

Username


Password


Glossary

LAMP
The acronym LAMP refers to a set of free software programs commonly used together to run dynamic Web sites or servers: Linux, the operating system's kernel; Apache, the Web server; MySQL, the database management system (or database server); Perl, PHP, and/or Python, scripting languages.

Subversion
Subversion (also known as svn, the name of its command-line tool) is a version control system designed specifically to be a modern replacement for CVS (which is acknowledged to have many deficiencies).

Browse the Lexicon

Language