Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
Apr 3, 2007, 7:19:06 PM (16 years ago)
Author:
Douglas Gregor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    1111     svn co http://svn.boost.org/svn/boost/stable boost-stable
    1212
    13 * Developer (read/write) access to the Boost Subversion repository is available for Boost contributors at https://svn.boost.org/svn/boost. To gain developer access to the Boost Subversion repository, please send a email to the Boost Moderators at `boost-owner -at- lists.boost.org` stating why you need write access to the Boost Subversion repository. Note that all Boost contributors must grant permission for their past and future Boost contributions to be licensed under the [http://www.boost.org/more/license_info.html Boost Software License] version 1.0 and future versions.
     13 * Developer (read/write) access to the Boost Subversion repository is available for Boost contributors at https://svn.boost.org/svn/boost. To gain developer access to the Boost Subversion repository, please send a email to the Boost Moderators at `boost-owner -at- lists.boost.org` stating why you need write access to the Boost Subversion repository. Note that all Boost contributors must grant permission for their past and future Boost contributions to be licensed under the [http://www.boost.org/more/license_info.html Boost Software License] version 1.0 and future versions.
    1414
    15 * The Subversion repository can be browsed online at http://svn.boost.org/trac/boost/browser.
     15 * The Subversion repository can be browsed online at http://svn.boost.org/trac/boost/browser.
    1616
    17 == Starting Points ==
     17The Boost Subversion repository is organized into several top-level directories, reflecting various stages of Boost library development and subtasks within the Boost community. We have the following top-level directories:
    1818
    19  * TracGuide --  Built-in Documentation
    20  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project
    21  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
    22  * TracSupport --  Trac Support
    23 
    24 For a complete list of local wiki pages, see TitleIndex.
     19 * `stable`: Contains the latest "stable" version of Boost.
     20 * `devel`: Contains the latest "development" version of Boost. This branch will typically be more volatile than the `stable` branc.
     21 * `sandbox`: Contains libraries and tools that are under active development and have not yet been reviewed or accepted into Boost.
     22 * `website`: Contains the upcoming Boost web site, which is not yet live.
     23 * `branches`: Contains various branches of Boost libraries, typically for non-trivial changes to Boost libraries that need to be made separately from the `devel` branch.
     24 * `tags`: Contains "tags" that mark certain points in the source tree, such as particular Boost releases.
     25 * `sandbox-branches`: Similar to `branches`, but for code that resides in the `sandbox`.
     26 * `sandbox-tags`: Similar to `tags, but for code that resides in the `sandbox`.