Changes between Version 24 and Version 25 of WikiStart


Ignore:
Timestamp:
Jul 26, 2007, 12:39:19 PM (15 years ago)
Author:
Douglas Gregor
Comment:

Update Subversion quick-notes

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v24 v25  
    1515You 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:
    1616
    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
    1918 * The sandbox is available at http://svn.boost.org/svn/boost/sandbox
    2019
    21 To check out the Boost development branch using the command-line Subversion tool, `svn`, use:
     20To check out the Boost development trunk using the command-line Subversion tool, `svn`, use:
    2221
    23   svn co http://svn.boost.org/svn/boost/devel boost-devel
     22  svn co http://svn.boost.org/svn/boost/trunk boost-trunk
    2423
    25 At any time, you can update your Boost development branch (which now lives in `boost-devel`) with:
     24At any time, you can update your Boost development branch (which now lives in `boost-trunk`) with:
    2625
    2726  svn up