Changes between Version 23 and Version 24 of BoostSubversion


Ignore:
Timestamp:
Oct 14, 2007, 11:02:44 AM (15 years ago)
Author:
Daniel James
Comment:

Add --username to 'svn switch' and also an example of a developer checkout.

Legend:

Unmodified
Added
Removed
Modified
  • BoostSubversion

    v23 v24  
    3838Once 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:
    3939
    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
     42Or to check out again:
     43
     44  svn co http://svn.boost.org/svn/boost/trunk boost-trunk --username ''your-username''
    4145
    4246== MIME Types and End-Of-Line Styles ==