Changes between Version 44 and Version 45 of HowToSVN


Ignore:
Timestamp:
Apr 2, 2014, 3:00:09 AM (10 years ago)
Author:
neteler
Comment:

Switch the repository to releasebranch_7_0

Legend:

Unmodified
Added
Removed
Modified
  • HowToSVN

    v44 v45  
    2121== Switch the repository ==
    2222
    23 To switch from SVN 'trunk' (now GRASS 7 development) to 'develbranch_6' (now GRASS 6.5 development but please note that real development happens in 7!) use
     23To switch from SVN 'trunk' (GRASS 7 development) to 'releasebranch_7_0' (GRASS 7.0.x release branch) use
    2424
    2525{{{
    2626cd /path/to/your/local/copy/trunk
    27 svn switch https://svn.osgeo.org/grass/grass/branches/develbranch_6 .
     27
     28# might be needed on more modern systems needed:
     29# svn upgrade
     30
     31svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0
    2832}}}
    2933
     
    3135
    3236To find other branch names, check [http://trac.osgeo.org/grass/browser/grass/branches/ here].
     37
     38== Switch from http to https ==
     39
     40- Only needed in special cases -
    3341
    3442To be able to merge new files between branches both branches will have to appear to be from the same master repository. Subversion does not recognize `http://` and `https://` to be the same. In those cases the following command can be given to reassign http to https:
     
    3947   https://svn.osgeo.org/grass/grass/branches/releasebranch_6_4 .
    4048}}}
    41 
    4249== Download source code tarball and switch to the releasebranch_7_0 ==
    4350