How to compile a release
From MapbenderWiki
It is important to go through these steps in exactly this order!
Contents |
[edit]
SVN check out
check out the latest version from SVN
svn co https://svn.osgeo.org/mapbender/trunk/mapbender
(If only a few changes occured, you might want to work with the last release and apply the changes manually by working through the relevant Trac tickets.)
[edit]
file updates
[edit]
update the release information
- Readme.txt
- Install.txt
- Changes.txt (see Version History)
- index.php (version number in portal site)
[edit]
update the SQL files
How to create the SQL dump for the release
[edit]
delete obsolete files
- in http/tmp folder
- in http/log folder
[edit]
JSDoc
[edit]
SVN tag
add a tag in the SVN, for example via Eclipse:
- open the "Navigator" view
- right-click on your project → "Team" → "Branch/Tag"
- change the URL from "trunk/mapbender" to "tags/<release number>"
[edit]
deployment
Read more about proper Deployment.

