Changes between Version 90 and Version 91 of DownloadSource


Ignore:
Timestamp:
May 18, 2019, 11:26:02 AM (5 years ago)
Author:
martinl
Comment:

grass 7.7. (svn -> git)

Legend:

Unmodified
Added
Removed
Modified
  • DownloadSource

    v90 v91  
    4040''(used to have the pseudo-name 7.3.svn till November 2017)''
    4141
    42 The '''development branch''' ('''trunk''') version of '''GRASS 7'''  can be extracted using the command:
    43 
    44 {{{
    45   svn checkout https://svn.osgeo.org/grass/grass/trunk grass7_trunk
    46   #Subsequent updates:
    47   svn up
     42The '''development branch''' ('''master''') version of '''GRASS 7'''  can be extracted using the command:
     43
     44{{{
     45  git clone https://github.com/OSGeo/grass.git
     46  # subsequent updates:
     47  git pull
    4848}}}
    4949