Changes between Version 8 and Version 9 of Dev_SVN
- Timestamp:
- Mar 18, 2007 12:48:13 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev_SVN
v8 v9 27 27 Once 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. 28 28 29 30 == Branches and Tags == 31 32 The 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 34 Occasionally 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 29 39 Incidental SVN versions are released in tarball format through the forum topic "Unofficial SVN snapshots" - http://roundcubeforum.net/forum/index.php?topic=23.0 30 40 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.41 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.
