Changes between Version 6 and Version 7 of SourceCodeSvn


Ignore:
Timestamp:
Dec 25, 2007, 4:31:46 PM (16 years ago)
Author:
Nicolas
Comment:

Commented out docs about stable and staging tags, since they don't exist on the repository

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeSvn

    v6 v7  
    6060
    6161'''
    62 We maintain tags for the client software (core client and manager) in the boinc module. For other parts of the software (e.g., server and API), use the current version.
     62We maintain tags for the client software (core client and manager) in the {{{boinc}}} module. For other parts of the software (e.g., server and API), use the current version.
    6363'''
    6464
     65{{{
     66#!comment
    6567 stable::
    6668        The latest publicly-released version of the client software, generally well-tested. '''DO NOT USE THE STABLE TAG FOR THE __SERVER__ AND __API__ SOFTWARE. IF YOU DO, IT MAY BE FAR OUT OF DATE. USE THE CURRENT (HEAD) VERSION INSTEAD.'''
    6769 staging::
    6870        The version currently being alpha-tested (so at least it compiles).
     71}}}
    6972 boinc_core_release_x_y_z::
    70         The source code for version x.y.z.
     73        The source code for version x.y.z. '''DO NOT USE A TAG FOR THE __SERVER__ AND __API__ SOFTWARE. IF YOU DO, IT MAY BE FAR OUT OF DATE. USE THE CURRENT (HEAD) VERSION INSTEAD.'''
    7174
    72 To check out a branch (for example, boinc_core_release_5_10) use the following:
     75To check out a branch (for example, {{{boinc_core_release_5_10}}}) use the following:
    7376{{{
    7477svn co http://boinc.berkeley.edu/svn/branches/boinc_core_release_5_10