[MacPorts] howto/RunningTrunk modified

MacPorts noreply at macports.org
Sat Feb 25 03:53:53 UTC 2017


Page "howto/RunningTrunk" was changed by jmroot
Diff URL: <https://trac.macports.org/wiki/howto/RunningTrunk?action=diff&version=14>
Revision 14
Comment: change svn to git
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/RunningTrunk
=========================================================================
--- howto/RunningTrunk (version: 13)
+++ howto/RunningTrunk (version: 14)
@@ -1,37 +1,36 @@
 [wiki:howto <- Back to the HOWTO section]
 
-= How to run MacPorts from the Subversion trunk =
+= How to run MacPorts from Git master =
 
  * Audience: Anyone who wants to test the latest features or not wait for an official release
- * Requires: Subversion (easy with 10.5 and later, tricky with 10.4 since that creates a circular dependency)
+ * Requires: Git
 
 == Introduction ==
 
-There are times when some may want to run MacPorts from a version newer than the current stable release.  Maybe there's a new feature that you'd like to use, or it fixes an issue you've encountered, or you just like to be on the cutting edge.  This explains how to run completely from trunk, using only Subversion to keep MacPorts up to date.
+There are times when some may want to run MacPorts from a version newer than the current stable release.  Maybe there's a new feature that you'd like to use, or it fixes an issue you've encountered, or you just like to be on the cutting edge.  This explains how to run completely from master, using only Git to keep MacPorts up to date.
 
 == Installation ==
 
-See the Guide section on [http://guide.macports.org/#installing.macports.subversion installing from subversion]
+See the Guide section on [https://guide.macports.org/#installing.macports.git installing from git]
 
 == Keeping Up to Date ==
 
-=== '''Subversion update''' ===
+=== '''Git update''' ===
 
 MacPorts has two commands used to keep itself current: {{{sync}}}, used to update the ports tree, and {{{selfupdate}}}, to update the MacPorts base code. When compiling MacPorts yourself instead of using a released MacPorts package, you can continue to use {{{sync}}} to update the ports tree, or you can update the working copy manually like this:
 {{{
-svn update /opt/mports/trunk
+cd /opt/mports/macports-base && git pull --rebase
 }}}
-You will not find {{{selfupdate}}} useful anymore because it will always see that you have a version newer than the latest released version of MacPorts, and will not update your base code. Instead you should {{{svn update}}} as above and then repeat the steps listed in step 2 of the guide section linked to above.
+You will not find {{{selfupdate}}} useful anymore because it will always see that you have a version newer than the latest released version of MacPorts, and will not update your base code. Instead you should {{{git pull}}} as above and then repeat the steps listed in step 2 of the guide section linked to above.
 
 == Using MacPorts ==
-At this point, most things should work like they do for anyone else; you will encounter some newer functionality that hasn't found its way to a release yet, and occasionally a bug.  If so, be sure to [http://trac.macports.org/newticket report the bug] when it happens.
+At this point, most things should work like they do for anyone else; you will encounter some newer functionality that hasn't found its way to a release yet, and occasionally a bug.  If so, be sure to [https://trac.macports.org/newticket report the bug] when it happens.
 
 
 == See also ==
 
-Additional topics related to MacPorts and SVN:
+Additional topics related to MacPorts and Git:
 
-* Creating and testing ports not yet submitted to MacPorts: [https://guide.macports.org/#development.local-repositories Local SVN development repository]
+* Creating and testing ports not yet submitted to MacPorts: [https://guide.macports.org/#development.local-repositories Local Git development repository]
 
-* [wiki:SyncingWithSVN Syncing the ports tree with SVN] rather than rsync.
-
+* [wiki:SyncingWithGit Syncing the ports tree with Git] rather than rsync.
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/howto/RunningTrunk>
MacPorts <https://www.macports.org/>
Ports system for macOS

This is an automated message. Someone added your email address to be
notified of changes on 'howto/RunningTrunk' page.
If it was not you, please report to admin at macports.org.


More information about the macports-changes mailing list