Changes between Version 27 and Version 28 of DownloadSource


Ignore:
Timestamp:
Apr 27, 2008, 5:50:53 AM (16 years ago)
Author:
neteler
Comment:

cosmetics; link to svn switch command

Legend:

Unmodified
Added
Removed
Modified
  • DownloadSource

    v27 v28  
    77All source releases are available for download from:
    88
    9  * '''GRASS 6.3.0: Current technical preview GRASS 6 release: [wiki:Release/6.3.0-News]'''
    10  * '''GRASS 6.2.3: Current stable GRASS 6 release: [wiki:Release/6.2.3-News]'''
    11  * GRASS 6.2.2: Older stable GRASS 6 release: [wiki:Release/6.2.2-News]
    12  * GRASS 5.4.1: Latest stable GRASS 5 release: [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]
    1313 * '''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/
    1417   * http://grass.osgeo.org/grass54/source/
    15    * http://grass.osgeo.org/grass62/source/
    16    * http://grass.osgeo.org/grass63/source/
    1718
    1819== Weekly snapshots ==
     
    2223== Subversion GRASS main source code repository ==
    2324
    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.
     25The 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
     26can be accessed:
    2527
    26 With the subversion client software installed, the current '''development''' version of '''GRASS 7''' can be extracted using the command:
     28=== GRASS 7 ===
     29
     30The new '''development''' version of '''GRASS 7''' can be extracted using the command:
    2731
    2832{{{
     
    3034}}}
    3135
    32 To extract the current '''development branch''' version of '''GRASS 6''' use the command:
     36=== GRASS 6.4 ===
     37
     38To extract the current '''development branch''' version of '''GRASS 6''' (leading to 6.4.0 stable) use the command:
    3339
    3440{{{
     
    3642}}}
    3743
    38 To extract the current '''release branch''' version use the command:
     44If 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
     48To extract the current '''release branch''' version (technology preview) use the command:
    3949
    4050{{{
     
    4252}}}
    4353
    44 To extract the current '''stable''' version use the command:
     54=== GRASS 6.2 ===
     55
     56To extract the old '''stable''' version use the command:
    4557
    4658{{{
     
    5062
    5163Note: 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) ===
    5266
    5367A commit command might look something like: