Changeset 10939

Show
Ignore:
Timestamp:
06/09/07 10:53:16 (2 years ago)
Author:
ab
Message:

Update release howto with subversion instructions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/release_howto.txt

    r10246 r10939  
    44        and Piotr Pokora (pp@infoglob.pl) 
    55 
     62007-06-09 Alexander Bokovoy <ab@samba.org> 
     7 
    68This document explains the steps needed for making a Midgard CMS  
    79release. 
     10 
     11Subversion branch management 
     12---------------------------- 
     13If you want to checkout only specific parts of Midgard subversion 
     14repository then use following instruction: 
     15 
     16svn co --username=USERNAME -N https://svn.midgard-project.org/midgard 
     17cd midgard 
     18svn -N up trunk 
     19svn -N up branches 
     20svn up trunk/midgard 
     21svn up branches/branch-1-8 
    822 
    923Version Numbers 
     
    4458  To make a bugfix release (let's say 1.7.1 and HEAD is for 1.8 development) make branch  
    4559  changes: 
     60 
    4661     
    4762    - checkout (if you don't have the branch repository on local disk):