Changes between Version 24 and Version 25 of WikiStart
- Timestamp:
- Jul 26, 2007, 12:39:19 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v24 v25 15 15 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: 16 16 17 * The stable branch is available at http://svn.boost.org/svn/boost/stable 18 * The development branch is available at http://svn.boost.org/svn/boost/devel 17 * The development branch is available at http://svn.boost.org/svn/boost/trunk 19 18 * The sandbox is available at http://svn.boost.org/svn/boost/sandbox 20 19 21 To check out the Boost development branchusing the command-line Subversion tool, `svn`, use:20 To check out the Boost development trunk using the command-line Subversion tool, `svn`, use: 22 21 23 svn co http://svn.boost.org/svn/boost/ devel boost-devel22 svn co http://svn.boost.org/svn/boost/trunk boost-trunk 24 23 25 At any time, you can update your Boost development branch (which now lives in `boost- devel`) with:24 At any time, you can update your Boost development branch (which now lives in `boost-trunk`) with: 26 25 27 26 svn up