Changes between Version 43 and Version 44 of HowToSVN


Ignore:
Timestamp:
Mar 31, 2014, 1:25:49 PM (10 years ago)
Author:
neteler
Comment:

Download source code tarball and switch to the releasebranch_7_0

Legend:

Unmodified
Added
Removed
Modified
  • HowToSVN

    v43 v44  
    4040}}}
    4141
     42== Download source code tarball and switch to the releasebranch_7_0 ==
     43
     44To speed up the download, you can simply fetch the compressed weekly SVN source code snapshot and update it:
     45
     46 * Download [http://grass.osgeo.org/download/software/sources/#grass70 Weekly 7.0-svn snapshot]
     47 * Extract (example for a date):
     48
     49{{{
     50tar xvfz grass-7.0.svn_src_snapshot_2014_03_29.tar.gz
     51mv grass-7.0.svn_src_snapshot_2014_03_29/ grass-7.0.svn/
     52cd grass-7.0.svn/
     53
     54# on more modern systems needed:
     55# svn upgrade
     56
     57svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0
     58}}}
     59
     60Now you have based your local copy to the "releasebranch_7_0". For future updates it is sufficient to run "svn update" as usual.
    4261== SVN usage ==
    4362