Changes between Version 57 and Version 58 of HowToSVN
- Timestamp:
- 05/26/16 08:34:22 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToSVN
v57 v58 47 47 https://svn.osgeo.org/grass/grass/branches/releasebranch_6_4 . 48 48 }}} 49 == Download source code tarball and switch to the releasebranch_7_ 0==49 == Download source code tarball and switch to the releasebranch_7_2 == 50 50 51 51 To speed up the download, you can simply fetch the compressed weekly SVN source code snapshot and update it: 52 52 53 * Download [http://grass.osgeo.org/download/software/sources/#grass7 0 Weekly 7.0-svn snapshot]53 * Download [http://grass.osgeo.org/download/software/sources/#grass72 Weekly 7.2-svn snapshot] 54 54 * Extract (example for a date): 55 55 56 56 {{{ 57 tar xvfz grass-7. 0.svn_src_snapshot_2014_03_29.tar.gz58 mv grass-7. 0.svn_src_snapshot_2014_03_29/ grass-7.0.svn/59 cd grass-7. 0.svn/57 tar xvfz grass-7.2.svn_src_snapshot_2016_05_25.tar.gz 58 mv grass-7.2.svn_src_snapshot_2016_05_25/ grass-7.2.svn/ 59 cd grass-7.2.svn/ 60 60 61 61 # on more modern systems needed: 62 62 # svn upgrade 63 63 64 svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_ 065 }}} 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.64 svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_2 65 }}} 66 67 Now you have based your local copy to the "releasebranch_7_2". For future updates it is sufficient to run "svn update" as usual. 68 68 69 69 == SVN usage ==