Changes between Version 3 and Version 4 of WikiStart


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

Try to improve top-level structure

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    11= Welcome to the Boost Trac =
    22
    3 [http://www.boost.org Boost] is a collection of free, peer-reviewed C++ libraries. This Trac is used to aid in the development of Boost, by tracking software issues, documenting Boost development procedures, and providing navigation aids to the Boost source code repository.
     3[http://www.boost.org Boost] is a collection of free, peer-reviewed C++ libraries. This Trac is used to aid in the development of Boost, by tracking software issues, documenting Boost development procedures, and providing navigation aids to the Boost source code repository. From this Trac, you can:
     4
     5  * [BoostSubversion Access the Boost Subversion Repository]
     6  * [http://svn.boost.org/trac/boost/newticket Submit bug reports]
     7
     8== Quick Access to the Boost Subversion Repository ==
     9
     10You can [http://svn.boost.org/trac/boost/browser browse the Boost Subversion repository] online or retrieve Boost via a [http://subversion.tigris.org/ Subversion] client. Most users will be interested in either the stable or the development branch of Boost:
     11
     12 * The stable branch is available at http://svn.boost.org/svn/boost/stable
     13 * The development branch is available at http://svn.boost.org/svn/boost/devel
     14
     15To check out the Boost development branch using the command-line Subversion tool, `svn`, use:
     16
     17  svn co http://svn.boost.org/svn/boost/devel boost-devel
     18
     19At any time, you can update your Boost development branch (which now lives in `boost-devel`) with:
     20
     21  svn up
     22
     23Please refer to BoostSubversion for more information about the Boost Subversion repository.
    424
    525== Subversion Repository ==