Changes between Version 18 and Version 19 of howto/SyncingWithSVN


Ignore:
Timestamp:
Jun 18, 2015, 6:10:14 PM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

remove unnecessary bolding; escape false URLs

Legend:

Unmodified
Added
Removed
Modified
  • howto/SyncingWithSVN

    v18 v19  
    3232== Installation ==
    3333
    34 === Step 1: '''Checkout Initial Copy''' ===
     34=== Step 1: Checkout Initial Copy ===
    3535{{{
    3636cd $prefix/var/macports/sources
     
    4949== Configuration ==
    5050
    51 === Step 2: '''Configure MacPorts''' ===
     51=== Step 2: Configure MacPorts ===
    5252Edit $prefix/etc/macports/sources.conf to comment out the rsync entry
    5353and add the "file" entry:
    5454
    5555Note: don't forget to replace $prefix, so the initial part will start
    56 with "file:///..." (three slashes).
     56with "!file:///..." (three slashes).
    5757
    5858{{{
     
    6161}}}
    6262
    63 === Step 3: '''Configure Subversion''' ===
     63=== Step 3: Configure Subversion ===
    6464
    6565First, tell subversion to use your proxy to connect to the server.  This
     
    8181
    8282Finally, if you want to use SVN over HTTPS to access the repository
    83 (i.e. if your initial SVN checkout was the https:// URL), you'll need to
     83(i.e. if your initial SVN checkout was the !https:// URL), you'll need to
    8484tell SVN to trust the MacPorts signature.  (SVN doesn't trust the
    8585authority that issued it, and `port sync` below invokes `svn up` with
     
    9696
    9797Or, you can use SVN over HTTP (i.e. your initial checkout was from the
    98 http:// URL), in which case you don't need to worry about the
     98!http:// URL), in which case you don't need to worry about the
    9999certificate.
    100100
    101 === Step 4: ''Sync''' ===
     101=== Step 4: Sync ===
    102102
    103103Run sync in debug mode and watch for "svn update" instead of "rsync"