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.
- Timestamp:
-
Feb 25, 2009, 12:39:32 PM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
30 | 30 | === Creating a branch for official release === |
31 | 31 | When 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 | {{{ |
| 36 | svn 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 | {{{ |
| 43 | svn update branches/tol_v_1_1_7 |
| 44 | }}} |
| 45 | |