Changes between Version 57 and Version 58 of HowToSVN


Ignore:
Timestamp:
May 26, 2016, 8:34:22 AM (8 years ago)
Author:
neteler
Comment:

7.0 --> 7.2

Legend:

Unmodified
Added
Removed
Modified
  • HowToSVN

    v57 v58  
    4747   https://svn.osgeo.org/grass/grass/branches/releasebranch_6_4 .
    4848}}}
    49 == Download source code tarball and switch to the releasebranch_7_0 ==
     49== Download source code tarball and switch to the releasebranch_7_2 ==
    5050
    5151To speed up the download, you can simply fetch the compressed weekly SVN source code snapshot and update it:
    5252
    53  * Download [http://grass.osgeo.org/download/software/sources/#grass70 Weekly 7.0-svn snapshot]
     53 * Download [http://grass.osgeo.org/download/software/sources/#grass72 Weekly 7.2-svn snapshot]
    5454 * Extract (example for a date):
    5555
    5656{{{
    57 tar xvfz grass-7.0.svn_src_snapshot_2014_03_29.tar.gz
    58 mv grass-7.0.svn_src_snapshot_2014_03_29/ grass-7.0.svn/
    59 cd grass-7.0.svn/
     57tar xvfz grass-7.2.svn_src_snapshot_2016_05_25.tar.gz
     58mv grass-7.2.svn_src_snapshot_2016_05_25/ grass-7.2.svn/
     59cd grass-7.2.svn/
    6060
    6161# on more modern systems needed:
    6262# svn upgrade
    6363
    64 svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0
    65 }}}
    66 
    67 Now you have based your local copy to the "releasebranch_7_0". For future updates it is sufficient to run "svn update" as usual.
     64svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_2
     65}}}
     66
     67Now you have based your local copy to the "releasebranch_7_2". For future updates it is sufficient to run "svn update" as usual.
    6868
    6969== SVN usage ==