Changes between Version 22 and Version 23 of howto/SyncingWithSVN


Ignore:
Timestamp:
Nov 1, 2016, 3:24:46 AM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replace "Step 4: Sync" text with new wording from SyncingWithGit

Legend:

Unmodified
Added
Removed
Modified
  • howto/SyncingWithSVN

    v22 v23  
    101101=== Step 4: Sync ===
    102102
    103 Run sync in debug mode and watch for "svn update" instead of "rsync"
    104 being used.  Basically, if this command works, you're good to go, and
    105 future sync's will work as well.
     103On running your first sync you will have wait for the PortIndex to be generated, which will take some time. Subsequent runs will be faster, as only changed Portfiles need to be indexed again. Use the `-v` flag for verbose mode which will show you the progress of this operation.
    106104
    107105{{{
    108 port -d sync
     106sudo port -v sync
    109107}}}
     108
     109After this has finished, you are now receiving your Portfiles using Subversion instead of rsync.
    110110
    111111== See also ==
     
    114114
    115115- Creating and testing ports not yet submitted to MacPorts:
    116   [https://guide.macports.org/#development.local-repositories Local SVN development repository]
     116  [https://guide.macports.org/#development.local-repositories Local development repository]
    117117- [wiki:RunningTrunk Running an unstable/development version of MacPorts]
    118118