Changes between Version 6 and Version 7 of DownloadSource
- Timestamp:
- 12/10/07 14:26:08 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadSource
v6 v7 11 11 [wiki:Release/6.2.3-News] 12 12 13 === 6.2.2 ===13 === 6.2.2 Stable GRASS6 Release === 14 14 15 15 [wiki:Release/6.2.2-News] … … 19 19 [wiki:Release/5.4.1-News] 20 20 21 == Subversion ==21 == Subversion GRASS main source code repository == 22 22 23 23 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. 24 24 25 With the subversion client software installed, the current development version can be extracted using the command:25 With the subversion client software installed, the current GRASS development version can be extracted using the command: 26 26 27 27 {{{ … … 40 40 svn commit -m "Distinguish between raster and vector backends (bug #999)" main.c --username glynn 41 41 }}} 42 43 == Subversion GRASS Addons source code repository == 44 45 With the subversion client software installed, the current GRASS Addons can be extracted using the command: 46 47 {{{ 48 svn checkout https://svn.osgeo.org/grass/grass-addons grass-addons 49 }}} 50