Changed page "howto/SyncingWithSVN" by ryandesign@macports.org from 70.114.147.232* Page URL: <https://trac.macports.org/wiki/howto/SyncingWithSVN> Diff URL: <https://trac.macports.org/wiki/howto/SyncingWithSVN?action=diff&version=11> Revision 11 Comment: minor edits -------8<------8<------8<------8<------8<------8<------8<------8<-------- Index: howto/SyncingWithSVN ========================================================================= --- howto/SyncingWithSVN (version: 10) +++ howto/SyncingWithSVN (version: 11) @@ -6,7 +6,7 @@ * Requires: MacPorts * Requires: Subversion -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: +OS 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: {{{ sudo port install subversion }}} @@ -14,7 +14,7 @@ == Introduction == -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. +Some 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. Note: replace "$prefix" with the location of your MacPorts install, which defaults to /opt/local. @@ -25,11 +25,11 @@ cd $prefix/var/macports/sources mkdir -p svn.macports.org/trunk/dports cd svn.macports.org/trunk/dports +svn co https://svn.macports.org/repository/macports/trunk/dports/ . +}}} +If you prefer, the repository is also available via HTTP: +{{{ svn co http://svn.macports.org/repository/macports/trunk/dports/ . -}}} -The repository is also available via HTTPS, so you can also use -{{{ -svn co https://svn.macports.org/repository/macports/trunk/dports/ . }}} == Configuration == @@ -41,7 +41,7 @@ {{{ #rsync://rsync.macports.org/release/ports/ [default] -file:///$prefix/var/macports/sources/svn.macports.org/trunk/dports/ [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 .
participants (1)
-
MacPorts