close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of TolDevelopment


Ignore:
Timestamp:
Feb 25, 2009, 12:39:32 PM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TolDevelopment

    v2 v3  
    3030=== Creating a branch for official release ===
    3131When trunk version is released as Official version a branch must be created to allow parallel evolution.
     32
     33 1. Moves to the tolp root of your local copy
     34 1. Makes the remote branch as a copy of current trunk, for example
     35{{{
     36svn copy https://www.tol-project.org/svn/tolp/trunk  \
     37         https://www.tol-project.org/svn/tolp/branches/tol_v_1_1_7  \
     38         -m "Branch for official version TOL v.1.1.7"
     39
     40}}}
     41 1. Gets a local copy of new branch
     42{{{
     43svn update branches/tol_v_1_1_7
     44}}}
     45