Changes between Version 23 and Version 24 of BoostSubversion
- Timestamp:
- Oct 14, 2007, 11:02:44 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostSubversion
v23 v24 38 38 Once you have write access to Subversion, you may want to "upgrade" your anonymous checkouts to developer checkouts. You can do so with the [http://svnbook.red-bean.com/en/1.0/re27.html svn switch] command, run from your Subversion checkout: 39 39 40 svn switch --relocate http://svn.boost.org/svn/boost https://svn.boost.org/svn/boost 40 svn switch --relocate http://svn.boost.org/svn/boost https://svn.boost.org/svn/boost --username ''your-username'' 41 42 Or to check out again: 43 44 svn co http://svn.boost.org/svn/boost/trunk boost-trunk --username ''your-username'' 41 45 42 46 == MIME Types and End-Of-Line Styles ==