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 5 and Version 6 of TolDevelopment


Ignore:
Timestamp:
Feb 26, 2009, 8:59:07 AM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TolDevelopment

    v5 v6  
    2929
    3030=== Starting ===
    31 
     31...
    3232
    3333=== Creating a branch ===
     
    5151
    5252=== Recovering a trying branch to trunk ===
    53 
    54  1. Move to the tolp root of your local copy
    55  1. Update remote changes in both trunk and trying branch
    56  1. Comit all local changes in both trunk and trying branch
    57  1. Merge changes from in both trying branch to trunk
    58 {{{
    59 svn merge https://www.tol-project.org/svn/tolp/branches/my_trying_branch https://www.tol-project.org/svn/tolp/trunk trunk
    60 }}}
    61  1. If there is a conflict you will be asked in order to select one of two versions or pospone the decision. So you must monitorice the console from time to time.
    62  1. If there new or deleted files in the branch you must add or remove them manually.
    63  1. When there is no pendent conflict commit all changes
    64 
     53...