| 42 | == Download source code tarball and switch to the releasebranch_7_0 == |
| 43 | |
| 44 | To 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 | {{{ |
| 50 | tar xvfz grass-7.0.svn_src_snapshot_2014_03_29.tar.gz |
| 51 | mv grass-7.0.svn_src_snapshot_2014_03_29/ grass-7.0.svn/ |
| 52 | cd grass-7.0.svn/ |
| 53 | |
| 54 | # on more modern systems needed: |
| 55 | # svn upgrade |
| 56 | |
| 57 | svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0 |
| 58 | }}} |
| 59 | |
| 60 | Now you have based your local copy to the "releasebranch_7_0". For future updates it is sufficient to run "svn update" as usual. |