wiki:WikiStart

Version 6 (modified by Douglas Gregor, 16 years ago) ( diff )

--

Welcome to the Boost Trac

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:

Quick Access to the Boost Subversion Repository

You can browse the Boost Subversion repository online or retrieve Boost via a Subversion client. Most users will be interested in either the stable or the development branch of Boost:

To check out the Boost development branch using the command-line Subversion tool, svn, use:

svn co http://svn.boost.org/svn/boost/devel boost-devel

At any time, you can update your Boost development branch (which now lives in boost-devel) with:

svn up

Please refer to BoostSubversion for more information about the Boost Subversion repository.

Note: See TracWiki for help on using the wiki.