Changes between Version 18 and Version 19 of ropp_repository


Ignore:
Timestamp:
2020-01-13T15:46:45Z (4 years ago)
Author:
Ian Culverwell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ropp_repository

    v18 v19  
    1313For a complete list of Subversion commands see the [http://svnbook.red-bean.com/en/1.0/index.html SVN reference manual]
    1414
    15 '''Checking out trunk'''
     15=== Checking out the trunk ===
    1616
    1717To [http://svnbook.red-bean.com/en/1.0/re04.html checkout] the latest development (trunk) versions:
     
    2323This will check out the source code (with build support), documentation, and test folder, respectively to the local working directory.
    2424
    25 '''Checking out old release versions'''
     25=== Checking out old release versions ===
    2626
    2727To checkout the older (tagged) release versions:
     
    3737A [http://svnbook.red-bean.com/en/1.0/ch04s06.html tag] is just [http://svnbook.red-bean.com/en/1.0/re07.html copy] or snapshot of a a particular revision of the repository. In the case of ROPP, a copy taken from the head of trunk at the time that the distribution files for a release were built. You could just as well checkout the revision number instead, but a tag is easier to remember.
    3838
    39 == Branches ==
     39=== Branches ===
    4040
    4141Developments to ROPP should be made from, and committed to, a [http://svnbook.red-bean.com/en/1.0/ch04.html#svn-ch-4-sect-1 branch] rather than directly to the latest trunk version. This allows changes to be tested before merging the required changes back into the trunk. The trunk therefore represents a stable 'next potential release' state for ROPP. Branches can be temporary and might be for working on resolving a specific Trac Ticket.