= Downloading GDAL/OGR Source = == Packaged Source == All source releases are available for download from: * http://download.osgeo.org/gdal === 1.4.0 === 1.4.0 is the latest stable release. * http://download.osgeo.org/gdal/gdal140.zip - source as a zip * http://download.osgeo.org/gdal/gdal-1.4.0.tar.gz - source as .tar.gz * http://download.osgeo.org/gdal/gdal140doc.zip - html reference docs * http://download.osgeo.org/gdal/gdalautotest-1.4.0.tar.gz - test suite === Nightly Snapshots === Each night a snapshot is created from the subversion trunk, and made available at the following url. These nightly snapshots are of the current development version, and may be broken on any given night. Use at own risk! * http://download.osgeo.org/gdal/daily == Subversion == The 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. With the subversion client software installed, the current development version can be extracted using the command: {{{ svn checkout https://svn.osgeo.org/gdal/trunk/gdal gdal }}} To extract the current stable version use the command: {{{ svn checkout https://svn.osgeo.org/gdal/branches/1.4/gdal gdal }}} 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: {{{ svn commit -m "fix buffer overwrite in RawRasterBand::RasterIO() (bug #999)" rawdataset.cpp --username warmerdam }}}