[MacPorts] howto/SyncingWithSVN modified

MacPorts noreply at macports.org
Tue Dec 30 03:33:03 PST 2008


Changed page "howto/SyncingWithSVN" by jmr at macports.org from 123.243.246.165*
Page URL: <http://trac.macports.org/wiki/howto/SyncingWithSVN>
Diff URL: <http://trac.macports.org/wiki/howto/SyncingWithSVN?action=diff&version=9>
Revision 9
Comment: add default tags in config instructions; spelling fixes

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/SyncingWithSVN
=========================================================================
--- howto/SyncingWithSVN (version: 8)
+++ howto/SyncingWithSVN (version: 9)
@@ -2,7 +2,7 @@
 
 = How to sync your ports tree using Subversion (over HTTP) =
 
- * Audience: end users who cannot use RSync (873/tcp) due to firewalls, proxies, policy, etc. 
+ * Audience: end users who cannot use rsync (873/tcp) due to firewalls, proxies, policy, etc. 
  * Requires: MacPorts
  * Requires: Subversion 
 
@@ -16,7 +16,7 @@
 
 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. 
 
-Note: replace "$prefix" with the location of your macports install, which defaults to /opt/local.
+Note: replace "$prefix" with the location of your MacPorts install, which defaults to /opt/local.
 
 == Installation ==
 
@@ -33,11 +33,11 @@
 === Step 2: '''Configure MacPorts''' ===
 Edit $prefix/etc/macports/sources.conf to comment out the rsync entry and add the "file" entry:
 
-Note: dont forget to replace $prefix
+Note: don't forget to replace $prefix.
 
 {{{
-#rsync://rsync.macports.org/release/ports/
-file:///$prefix/var/macports/sources/svn.macports.org/trunk/dports/
+#rsync://rsync.macports.org/release/ports/ [default]
+file:///$prefix/var/macports/sources/svn.macports.org/trunk/dports/ [default]
 }}}
 
 

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on howto/SyncingWithSVN. If it was not you, please
report to .


More information about the macports-changes mailing list