Changes between Version 12 and Version 13 of BoostSubversion


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

De-"stable", add TortoiseSVN link

Legend:

Unmodified
Added
Removed
Modified
  • BoostSubversion

    v12 v13  
    66The Subversion repository can be accessed in several ways:
    77
    8  * Anonymous, read-only access to the Boost Subversion repository is available at http://svn.boost.org/svn/boost. To access the latest stable branch of Boost, for instance, one would check out from http://svn.boost.org/svn/boost/stable. For example, using the command-line `svn`, one might use:
     8 * Anonymous, read-only access to the Boost Subversion repository is available at http://svn.boost.org/svn/boost. To access the latest stable branch of Boost, for instance, one would check out from http://svn.boost.org/svn/boost/trunk. For example, using the command-line `svn`, one might use:
    99   
    10      svn co http://svn.boost.org/svn/boost/stable boost-stable
     10     svn co http://svn.boost.org/svn/boost/trunk boost-trunk
    1111
    1212 * Developer (read/write) access to the Boost Subversion repository is available for Boost contributors at https://svn.boost.org/svn/boost. For information about gaining developer access to the Boost Subversion repository, see below.
    1313
    1414 * The Subversion repository can be browsed online at http://svn.boost.org/trac/boost/browser.
     15
     16 * On Windows, [http://tortoisesvn.tigris.org/ TortoiseSVN] provides an easy-to-use, graphical interface to Subversion.
    1517
    1618== Organization of the Boost Subversion Repository ==