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 | |
| 10 | You 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 | |
| 15 | To 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 | |
| 19 | At any time, you can update your Boost development branch (which now lives in `boost-devel`) with: |
| 20 | |
| 21 | svn up |
| 22 | |
| 23 | Please refer to BoostSubversion for more information about the Boost Subversion repository. |