Changeset 10939
- Timestamp:
- 06/09/07 10:53:16 (2 years ago)
- Files:
-
- trunk/midgard/release_howto.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midgard/release_howto.txt
r10246 r10939 4 4 and Piotr Pokora (pp@infoglob.pl) 5 5 6 2007-06-09 Alexander Bokovoy <ab@samba.org> 7 6 8 This document explains the steps needed for making a Midgard CMS 7 9 release. 10 11 Subversion branch management 12 ---------------------------- 13 If you want to checkout only specific parts of Midgard subversion 14 repository then use following instruction: 15 16 svn co --username=USERNAME -N https://svn.midgard-project.org/midgard 17 cd midgard 18 svn -N up trunk 19 svn -N up branches 20 svn up trunk/midgard 21 svn up branches/branch-1-8 8 22 9 23 Version Numbers … … 44 58 To make a bugfix release (let's say 1.7.1 and HEAD is for 1.8 development) make branch 45 59 changes: 60 46 61 47 62 - checkout (if you don't have the branch repository on local disk):
