Changes between Version 26 and Version 27 of BoostSubversion
- Timestamp:
- Oct 14, 2007, 5:31:26 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostSubversion
v26 v27 6 6 The Subversion repository can be accessed in several ways: 7 7 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: 9 9 10 10 svn co http://svn.boost.org/svn/boost/trunk boost-trunk 11 11 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 16 For information about gaining developer access to the Boost Subversion repository, see below. 13 17 14 18 * The Subversion repository can be browsed online at http://svn.boost.org/trac/boost/browser. … … 28 32 Boost 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: 29 33 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. 31 35 * 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. 32 36 * The web site, which stores the Boost web site.