Changes between Version 22 and Version 23 of howto/SyncingWithSVN
- Timestamp:
- Nov 1, 2016, 3:24:46 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/SyncingWithSVN
v22 v23 101 101 === Step 4: Sync === 102 102 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. 103 On 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. 106 104 107 105 {{{ 108 port -d sync 106 sudo port -v sync 109 107 }}} 108 109 After this has finished, you are now receiving your Portfiles using Subversion instead of rsync. 110 110 111 111 == See also == … … 114 114 115 115 - Creating and testing ports not yet submitted to MacPorts: 116 [https://guide.macports.org/#development.local-repositories Local SVNdevelopment repository]116 [https://guide.macports.org/#development.local-repositories Local development repository] 117 117 - [wiki:RunningTrunk Running an unstable/development version of MacPorts] 118 118