Changes between Version 8 and Version 9 of Dev_SVN


Ignore:
Timestamp:
Mar 18, 2007 12:48:13 PM (6 years ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev_SVN

    v8 v9  
    2727Once complete just cd into the directory trunk to find the roundcubemail directory.  SVN is very, very powerful - it is suggested that you at least skim the SVN book before starting. 
    2828 
     29 
     30== Branches and Tags == 
     31 
     32The ongoing development is mainly done on the trunk. We create branches for each official release where important bugs and security issues can be fixed thereafter. Tags are used to create snapshots of a certain point in time. Files are mostly tagged right after releasing. In case we need to make a patch to a previous release, we would modify the according branch and then create a new tag. 
     33 
     34Occasionally a developer creates a development-branch to work on new features or partial code rewrites which will take more time. Creating a "devel-branch" branch is useful in case that your changes will break the trunk or to not disturb the other developers. Once the changes are done, the devel-branch will be merged back into trunk and then deleted. 
     35 
     36 
     37== SVN Snapshots == 
     38 
    2939Incidental SVN versions are released in tarball format through the forum topic "Unofficial SVN snapshots" - http://roundcubeforum.net/forum/index.php?topic=23.0 
    3040 
    31   The latest source version (SVN) in development can be downloaded in gzip format from http://roundcube.tobix.org/ directly. Please be aware that this version is unsupported and in development. 
     41The latest source version (SVN) in development can be downloaded in gzip format from http://roundcube.tobix.org/ directly. Please be aware that this version is unsupported and in development.