Changes between Version 8 and Version 9 of howto/SyncingWithSVN


Ignore:
Timestamp:
Dec 30, 2008, 11:33:02 AM (15 years ago)
Author:
jmroot (Joshua Root)
Comment:

add default tags in config instructions; spelling fixes

Legend:

Unmodified
Added
Removed
Modified
  • howto/SyncingWithSVN

    v8 v9  
    33= How to sync your ports tree using Subversion (over HTTP) =
    44
    5  * Audience: end users who cannot use RSync (873/tcp) due to firewalls, proxies, policy, etc.
     5 * Audience: end users who cannot use rsync (873/tcp) due to firewalls, proxies, policy, etc.
    66 * Requires: MacPorts
    77 * Requires: Subversion
     
    1717Some 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.
    1818
    19 Note: replace "$prefix" with the location of your macports install, which defaults to /opt/local.
     19Note: replace "$prefix" with the location of your MacPorts install, which defaults to /opt/local.
    2020
    2121== Installation ==
     
    3434Edit $prefix/etc/macports/sources.conf to comment out the rsync entry and add the "file" entry:
    3535
    36 Note: dont forget to replace $prefix
     36Note: don't forget to replace $prefix.
    3737
    3838{{{
    39 #rsync://rsync.macports.org/release/ports/
    40 file:///$prefix/var/macports/sources/svn.macports.org/trunk/dports/
     39#rsync://rsync.macports.org/release/ports/ [default]
     40file:///$prefix/var/macports/sources/svn.macports.org/trunk/dports/ [default]
    4141}}}
    4242