Changes between Version 26 and Version 27 of BoostSubversion


Ignore:
Timestamp:
Oct 14, 2007, 5:31:26 PM (15 years ago)
Author:
Beman Dawes
Comment:

Make developer instructions more explicit. Update trunk location.

Legend:

Unmodified
Added
Removed
Modified
  • BoostSubversion

    v26 v27  
    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/trunk. 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 current Boost development code, 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   
    1010     svn co http://svn.boost.org/svn/boost/trunk boost-trunk
    1111
    12  * 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.
     12 * Developer (read/write) access to the Boost Subversion repository is available for Boost contributors at https://svn.boost.org/svn/boost. To access the current Boost development code, for instance, one would check out from http://svn.boost.org/svn/boost/trunk. For example, using the command-line `svn`, one might use:
     13   
     14     svn co https://svn.boost.org/svn/boost/trunk boost-trunk
     15
     16For information about gaining developer access to the Boost Subversion repository, see below.
    1317
    1418 * The Subversion repository can be browsed online at http://svn.boost.org/trac/boost/browser.
     
    2832Boost contributors are given read/write access to the Boost Subversion repository when their Boost tasks warrant. There are three different areas of the Boost Subversion repository that contributors may need access to:
    2933
    30   * The main Boost development areas, including the `devel` and `stable` directories. This level of access is typically restricted to authors and maintainers of Boost libraries.
     34  * The main Boost development areas, particularly the `trunk` directory tree. This level of access is typically restricted to authors and maintainers of Boost libraries.
    3135  * The `sandbox` area, which is used to develop new libraries and tools that have not yet come up for Boost review. This level of access is available to contributors who want to develop future Boost libraries and collaborate with other Boost contributors.
    3236  * The web site, which stores the Boost web site.