Changeset 11236

Show
Ignore:
Timestamp:
04/09/07 12:43:39 (2 years ago)
Author:
warmerdam
Message:

Some updates for branching and subversion.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/HOWTO-RELEASE

    r11211 r11236  
    1616    http://trac.osgeo.org/gdal/log/branches/1.4 
    1717 
    18 5) Update the GDAL doc/index.doc to refer to the newly to be created version,  
    19    and commit.  Update the doc/download.dox to point to the newest release 
    20    (there should be 4 lines / 8 items to change) 
     185) Update the GDAL http://trac.osgeo.org/gdal/wiki/DownloadSource topic to  
     19   refer to the latest available source.  
     20 
     215.9) If this is a major release, prepare a branch.  
     22 
     23   svn copy https://svn.osgeo.org/gdal/trunk \ 
     24            https://svn.osgeo.org/gdal/branches/1.5 
    2125 
    22266) Tag the release set in CVS:  
    2327 
    24    eg.  
    25    % cvs tag -F gdal_1_1_6  
    26  
    27 6.5) Also tag the "autotest" tree as above. 
     28   svn copy https://svn.osgeo.org/gdal/branches/1.4 \ 
     29            https://svn.osgeo.org/gdal/1.4.1 
    2830 
    29317) Create the source distributions using the mkgdaldist.sh script.  The 
    30    argument should be the version number (ie. 1.1.6).  Hit enter when  
    31    prompted for a CVS password. 
     32   argument should be the version number (ie. 1.4.1).  
    3233 
    3334   eg. 
    34    % mkgdaldist.sh 1.1.6 
     35   % mkgdaldist.sh 1.4.1 
    3536 
    36377.5) Create a snapshot of the documentation. 
    3738 
    3839 ie. On www.gdal.org: 
    39  % gdalhtmlupdate.sh 
    40  % cd  
    41  % zip -r ~/gdal-web/dl/gdalXXXdoc.zip gdal-web/*.* gdal-web/ogr 
     40 % cd /osgeo/gdal 
     41 % ./gdalhtmlupdate.sh 
     42 % zip -r /osgeo/download/gdal/gdal150doc.zip gdal-web/*.* gdal-web/ogr 
    4243 
    43 7.6) Create a snapshot of gdalautotest.  
     447.6) Create a snapshot of gdalautotest (make sure it doesn't include .svn's) 
    4445 
    45468) Publish the resulting files in download.osgeo.org/gdal.