wiki:WikiStart

Version 25 (modified by Douglas Gregor, 15 years ago) ( diff )

Update Subversion quick-notes

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:

Note: Boost is in the process of migrating from several CVS repositories to a single, unified Subversion repository. Until this migration process is complete, not all of the instructions on this wiki will be 100% correct. For more information about the Boost Subversion migration, see MigrationToSubversion.

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 trunk using the command-line Subversion tool, svn, use:

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

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

svn up

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

Projects

Infrastructure

People

Go to the people page. It has very few entries at the moment, please add yourself.

Note: See TracWiki for help on using the wiki.