Source Repository

    Open source version control system, Subversion, is used for BetaCMS source code management.

    You can find source code in http://svn.betaconceptframework.org/repos/betaconcept/betacms/

    The source hierarchy consists of the following main parts:

    1. trunk, where the latest development version is located

    2. branches, where BetaCMS branches are located

    3. tags, where all BetaCMS releases are located

    You will need a Subversion client in order to access the BetaCMS source repository.

    Unless you have already installed one, please choose one of the clients found in Subversion client list.

    Once you have the Subversion client installed you can checkout BetaCMS with the following command :

     

    svn checkout http://svn.betaconceptframework.org/repos/betaconcept/betacms/trunk betacms

     

    The above command will create a subdirectory named betacms which will contain the BetaCMS latest source code.

    For further information on using Subversion and managing source code please refer to the Subversion book.


    Last Modified:08/06/2010 17:33:36 EEST