wiki:DownloadSource

Version 11 (modified by hamish, 16 years ago) ( diff )

svn remembers username/pw

Downloading GRASS Source

Packaged Source

All source releases are available for download from:

6.2.3 Latest Stable GRASS6 Release

Release/6.2.3-News

6.2.2 Stable GRASS6 Release

Release/6.2.2-News

5.4.1 Latest Stable GRASS5 Release

Release/5.4.1-News

Subversion GRASS main source code repository

The GRASS GIS software lives in the Subversion source control system. It can be browsed online using the Browse Source button on the top bar.

With the subversion client software installed, the current GRASS development version can be extracted using the command:

  svn checkout https://svn.osgeo.org/grass/grass/trunk grass

To extract the current stable version use the command:

  svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_6_2 grass62

Update access to the Subversion repository is governed by RFC 2: Legal aspects of code contributions. Commiters should take care to use https for access, and use their OSGeo Userid for authentication. A commit command might look something like:

  svn commit -m "Distinguish between raster and vector backends (bug #999)" main.c --username glynn

After your first commit SVN will remember your OSGeo user id and password so --username only has be used the first time.

Subversion GRASS Addons source code repository

With the subversion client software installed, the current GRASS Addons can be extracted using the command:

  svn checkout https://svn.osgeo.org/grass/grass-addons grass-addons

Subversion GRASS repository dumpstreams

Incremental dumpstreams of GRASS SVN repository are available at http://svn.osgeo.org/dumps/grass/.

Subversion read-only backup of GRASS OSGeo repository (ViewCVS interface)

Available http://josef.fsv.cvut.cz/cgi-bin/viewcvs.cgi/?root=grass-osgeo (note: svnsync runs every three hours).

Note: See TracWiki for help on using the wiki.