Changes between Version 27 and Version 28 of DownloadSource
- Timestamp:
- 04/27/08 05:50:53 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadSource
v27 v28 7 7 All source releases are available for download from: 8 8 9 * '''GRASS 6.3.0: Current technical preview GRASS 6release: [wiki:Release/6.3.0-News]'''10 * '''GRASS 6.2.3: Current stable GRASS 6release: [wiki:Release/6.2.3-News]'''11 * GRASS 6.2.2: Older stable GRASS 6release: [wiki:Release/6.2.2-News]12 * GRASS 5.4.1: Latest stable GRASS 5release: [wiki:Release/5.4.1-News]9 * '''GRASS 6.3.0: Current technical preview release: [wiki:Release/6.3.0-News]''' 10 * '''GRASS 6.2.3: Current stable release: [wiki:Release/6.2.3-News]''' 11 * GRASS 6.2.2: Older stable release: [wiki:Release/6.2.2-News] 12 * GRASS 5.4.1: Latest very old stable release: [wiki:Release/5.4.1-News] 13 13 * '''Download at http://grass.osgeo.org/download/''' or directly from 14 * http://grass.osgeo.org/grass70/source/ 15 * http://grass.osgeo.org/grass63/source/ 16 * http://grass.osgeo.org/grass62/source/ 14 17 * http://grass.osgeo.org/grass54/source/ 15 * http://grass.osgeo.org/grass62/source/16 * http://grass.osgeo.org/grass63/source/17 18 18 19 == Weekly snapshots == … … 22 23 == Subversion GRASS main source code repository == 23 24 24 The GRASS GIS software lives in the [http://subversion.tigris.org/ Subversion] source control system. It can be browsed online using the [http://trac.osgeo.org/grass/browser Browse Source] button on the top bar. 25 The GRASS GIS software lives in the [http://subversion.tigris.org/ Subversion] source control system. It can be browsed online using the [http://trac.osgeo.org/grass/browser Browse Source] button on the top bar. With the subversion client software installed, various versions 26 can be accessed: 25 27 26 With the subversion client software installed, the current '''development''' version of '''GRASS 7''' can be extracted using the command: 28 === GRASS 7 === 29 30 The new '''development''' version of '''GRASS 7''' can be extracted using the command: 27 31 28 32 {{{ … … 30 34 }}} 31 35 32 To extract the current '''development branch''' version of '''GRASS 6''' use the command: 36 === GRASS 6.4 === 37 38 To extract the current '''development branch''' version of '''GRASS 6''' (leading to 6.4.0 stable) use the command: 33 39 34 40 {{{ … … 36 42 }}} 37 43 38 To extract the current '''release branch''' version use the command: 44 If you have a local trunk version and want to continue with GRASS 6 development, read here to easily [wiki:HowToSVN#Switchtherepository switch to this GRASS 6.4 development branch]. 45 46 === GRASS 6.3 === 47 48 To extract the current '''release branch''' version (technology preview) use the command: 39 49 40 50 {{{ … … 42 52 }}} 43 53 44 To extract the current '''stable''' version use the command: 54 === GRASS 6.2 === 55 56 To extract the old '''stable''' version use the command: 45 57 46 58 {{{ … … 50 62 51 63 Note: Write access to the Subversion repository is governed by [http://download.osgeo.org/grass/grass6_progman/rfc/rfc2_psc.html RFC 2: Legal aspects of code contributions]. Committers should take care to use https for access, and use their [http://www.osgeo.org/osgeo_userid OSGeo Userid] for authentication. 64 65 === Comitting code to SVN (developers with write access) === 52 66 53 67 A commit command might look something like: