Changes between Version 1 and Version 2 of SourceCodeSvn


Ignore:
Timestamp:
Apr 25, 2007, 12:58:14 PM (17 years ago)
Author:
Nicolas
Comment:

Required manual changes to automatic conversion.

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeSvn

    v1 v2  
    11= Getting source code =
    22
     3== SVN modules ==
    34
    4 == SVN modules ==
    5   The BOINC source code consists of two directories:
     5The BOINC source code consists of two directories:
    66 * '''boinc''' contains the source code for all parts of BOINC itself (client, server, web, database).
    77 * '''boinc_samples''' contains [ExampleApps several example applications] together with Windows and Mac project files and a Linux makefile for building the applications. It also includes Windows versions of some libraries (GLUT, jpeglib, etc.) that many applications will need, but which are not part of BOINC. Check out this module in the same parent directory as '''boinc'''.
    88
    9  The modules are accessible as follows:
     9The modules are accessible as follows:
    1010{{{
    1111svn co http://boinc.berkeley.edu/svn/trunk/boinc
    1212svn co http://boinc.berkeley.edu/svn/trunk/boinc_samples
    1313}}}
    14  On Windows, get a SVN client like Tortoise SVN. Right-click on the parent directory, select 'SVN checkout', and fill in the dialog with the above URL.
    1514
     15On Windows, get a SVN client like Tortoise SVN. Right-click on the parent directory, select 'SVN checkout', and fill in the dialog with the above URL. You can also download svn command-line program for Windows.
    1616
    1717== Browsing source code via the web ==
    18  You can browse the boinc or boinc_samples code via [http://boinc.berkeley.edu/trac/ a web-based interface]. This is useful for getting individual files, or seeing the revision history.
     18
     19You can browse the boinc or boinc_samples code via [http://boinc.berkeley.edu/trac/ a web-based interface]. This is useful for getting individual files, or seeing the revision history.
    1920
    2021
    2122== Source code road map ==
    22  The BOINC source tree includes the following directories:
    2323
    24 
     24The BOINC source tree includes the following directories:
    2525
    2626 '''api'''::
     
    5757        Compression functions; not used by BOINC,     but may be useful for applications.
    5858
     59== SVN tags ==
    5960
    60 
    61 == SVN tags ==
    62  '''We maintain tags for the client software (core client and manager)
     61'''
     62We maintain tags for the client software (core client and manager)
    6363in the boinc module.
    6464For other parts of the software (e.g., server and API),
     
    6767
    6868 stable::
    69         The latest publicly-released version of the client software, generally well-tested. '''DO NOT USE THE STABLE VERSION OF SERVER AND API SOFTWARE.
    70 IF YOU DO, IT MAY BE FAR OUT OF DATE.
    71 USE THE CURRENT VERSION INSTEAD.'''
     69        The latest publicly-released version of the client software, generally well-tested. '''DO NOT USE THE STABLE VERSION OF SERVER AND API SOFTWARE. IF YOU DO, IT MAY BE FAR OUT OF DATE. USE THE CURRENT VERSION INSTEAD.'''
    7270 staging::
    7371        The version currently being alpha-tested (so at least it compiles).
    7472 boinc_core_release_x_y_z::
    7573        The source code for version x.y.z.
    76  To check out a branch (for example, boinc_core_release_5_8a) use the following URL:
     74
     75To check out a branch (for example, boinc_core_release_5_8a) use the following URL:
    7776{{{
    7877http://boinc.berkeley.edu/svn/branches/boinc_core_release_5_8/boinc