Changes between Version 10 and Version 11 of howto/SyncingWithSVN


Ignore:
Timestamp:
Aug 1, 2012, 7:35:00 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

minor edits

Legend:

Unmodified
Added
Removed
Modified
  • howto/SyncingWithSVN

    v10 v11  
    77 * Requires: Subversion
    88
    9 Leopard comes with subversion already installed. If you are using Tiger, or some other system which does not provide a subversion client, you will need to install subversion yourself. If you have a copy of the ports tree already, just run:
     9OS X 10.5 Leopard and later comes with Subversion already installed. If you are using Tiger, or some other system which does not provide a Subversion client, you will need to install Subversion yourself. If you have a copy of the ports tree already, just run:
    1010{{{
    1111sudo port install subversion
     
    1515== Introduction ==
    1616
    17 Some people live and work behind a firewall or proxy that block or otherwise break rsync, which is the primary means of getting updated portfiles in MacPorts. The following steps will switch your tree over to using subversion (over http) for syncing.
     17Some people live and work behind a firewall or proxy that blocks or otherwise breaks rsync, which is the primary means of getting updated portfiles in MacPorts. The following steps will switch your tree over to using Subversion (over https) for syncing.
    1818
    1919Note: replace "$prefix" with the location of your MacPorts install, which defaults to /opt/local.
     
    2626mkdir -p svn.macports.org/trunk/dports
    2727cd svn.macports.org/trunk/dports
     28svn co https://svn.macports.org/repository/macports/trunk/dports/ .
     29}}}
     30If you prefer, the repository is also available via HTTP:
     31{{{
    2832svn co http://svn.macports.org/repository/macports/trunk/dports/ .
    29 }}}
    30 The repository is also available via HTTPS, so you can also use
    31 {{{
    32 svn co https://svn.macports.org/repository/macports/trunk/dports/ .
    3333}}}
    3434
     
    4242{{{
    4343#rsync://rsync.macports.org/release/ports/ [default]
    44 file:///$prefix/var/macports/sources/svn.macports.org/trunk/dports/ [default]
     44file://$prefix/var/macports/sources/svn.macports.org/trunk/dports/ [default]
    4545}}}
    4646