[MacPorts] howto/SyncingWithSVN modified
MacPorts
noreply at macports.org
Thu Jun 18 11:10:18 PDT 2015
Page "howto/SyncingWithSVN" was changed by larryv at macports.org
Diff URL: <https://trac.macports.org/wiki/howto/SyncingWithSVN?action=diff&version=19>
Revision 19
Comment: remove unnecessary bolding; escape false URLs
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/SyncingWithSVN
=========================================================================
--- howto/SyncingWithSVN (version: 18)
+++ howto/SyncingWithSVN (version: 19)
@@ -31,7 +31,7 @@
== Installation ==
-=== Step 1: '''Checkout Initial Copy''' ===
+=== Step 1: Checkout Initial Copy ===
{{{
cd $prefix/var/macports/sources
mkdir -p svn.macports.org/trunk/dports
@@ -48,19 +48,19 @@
== Configuration ==
-=== Step 2: '''Configure MacPorts''' ===
+=== Step 2: Configure MacPorts ===
Edit $prefix/etc/macports/sources.conf to comment out the rsync entry
and add the "file" entry:
Note: don't forget to replace $prefix, so the initial part will start
-with "file:///..." (three slashes).
+with "!file:///..." (three slashes).
{{{
#rsync://rsync.macports.org/release/ports/ [default]
file://$prefix/var/macports/sources/svn.macports.org/trunk/dports/ [default]
}}}
-=== Step 3: '''Configure Subversion''' ===
+=== Step 3: Configure Subversion ===
First, tell subversion to use your proxy to connect to the server. This
should not be necessary if your initial SVN checkout was from the http
@@ -80,7 +80,7 @@
http-proxy-host and http-proxy-port.
Finally, if you want to use SVN over HTTPS to access the repository
-(i.e. if your initial SVN checkout was the https:// URL), you'll need to
+(i.e. if your initial SVN checkout was the !https:// URL), you'll need to
tell SVN to trust the MacPorts signature. (SVN doesn't trust the
authority that issued it, and `port sync` below invokes `svn up` with
the `--non-interactive` flag, so you won't have the opportunity to
@@ -95,10 +95,10 @@
it into `$prefix/var/macports/home/.subversion/auth/svn.ssl.server`.
Or, you can use SVN over HTTP (i.e. your initial checkout was from the
-http:// URL), in which case you don't need to worry about the
+!http:// URL), in which case you don't need to worry about the
certificate.
-=== Step 4: ''Sync''' ===
+=== Step 4: Sync ===
Run sync in debug mode and watch for "svn update" instead of "rsync"
being used. Basically, if this command works, you're good to go, and
-------8<------8<------8<------8<------8<------8<------8<------8<--------
--
Page URL: <https://trac.macports.org/wiki/howto/SyncingWithSVN>
MacPorts <https://www.macports.org/>
Ports system for OS X
This is an automated message. Someone added your email address to be
notified of changes on 'howto/SyncingWithSVN' page.
If it was not you, please report to .
More information about the macports-changes
mailing list