Changes between Version 44 and Version 45 of DownloadSource


Ignore:
Timestamp:
Jan 26, 2011, 7:44:54 AM (13 years ago)
Author:
ilucena
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DownloadSource

    v44 v45  
    164164The GDAL/OGR software lives in the [http://subversion.tigris.org Subversion] source control system.  It can be browsed online using the [http://trac.osgeo.org/gdal/browser Browse Source] button on the top bar.
    165165
    166 With the subversion client software installed, the current development version can be extracted using the command:
     166With the subversion cliload.osgeo.org/gdal/gdal-1.4.1.tar.gz - source as .tar.gz
     167 * http://download.osgeo.org/gdal/gdal141doc.zip - html reference docs
     168 * http://download.osgeo.org/gdal/gdalautotest-1.4.1.tar.gz - test suite
    167169
    168 {{{
    169   svn checkout https://svn.osgeo.org/gdal/trunk/gdal gdal
    170 }}}
     170=== 1.4.0 - January 2007 ===
    171171
    172 To extract the current stable version use the command:
     172 * http://download.osgeo.org/gdal/gdal140.zip - source as a zip
     173 * http://download.osgeo.org/gdal/gdal-1.4.0.tar.gz - source as .tar.gz
     174 * http://download.osgeo.org/gdal/gdal140doc.zip - html reference docs
     175 * http://download.osgeo.org/gdal/gdalautotest-1.4.0.tar.gz - test suite
    173176
    174 {{{
    175   svn checkout https://svn.osgeo.org/gdal/branches/1.7/gdal gdal
    176 }}}
     177=== Nightly Snapshots ===
    177178
    178 Update access to the Subversion repository is governed by [http://www.gdal.org/rfc3_commiters.html RFC 3: GDAL Commiter Guidelines].  Commiters should take care to use https for access, and use their [http://www.osgeo.org/osgeo_userid OSGeo Userid] for authentication.  A commit command might look something like:
     179Each night a snapshot is created from the subversion current development version and made available at the following url.  These nightly snapshots may be broken on any given night.  Use at own risk!
    179180
    180 {{{
    181   svn commit -m "fix buffer overwrite in RawRasterBand::RasterIO() (bug #999)" rawdataset.cpp --username warmerdam
    182 }}}
     181 * http://www.gdal.org/daily
     182
     183=%3