Changes between Version 12 and Version 13 of BoostSubversion
- Timestamp:
- Jul 26, 2007, 12:38:17 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostSubversion
v12 v13 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/ 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: 9 9 10 svn co http://svn.boost.org/svn/boost/ stable boost-stable10 svn co http://svn.boost.org/svn/boost/trunk boost-trunk 11 11 12 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. 13 13 14 14 * 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. 15 17 16 18 == Organization of the Boost Subversion Repository ==