[MacPorts] CommittersTipsAndTricks modified

MacPorts noreply at macports.org
Fri Nov 4 08:06:36 PDT 2011


Changed page "CommittersTipsAndTricks" by ryandesign at macports.org from 75.34.101.101*
Page URL: <https://trac.macports.org/wiki/CommittersTipsAndTricks>
Diff URL: <https://trac.macports.org/wiki/CommittersTipsAndTricks?action=diff&version=45>
Revision 45
Comment: consistently use https://svn.macosforge.org for svn

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: CommittersTipsAndTricks
=========================================================================
--- CommittersTipsAndTricks (version: 44)
+++ CommittersTipsAndTricks (version: 45)
@@ -31,13 +31,13 @@
 To create a sandbox for experimental development, create a users directory:
 
 {{{
-svn mkdir https://svn.macports.org/repository/macports/users/<YourMacPortsUserName>
+svn mkdir https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName>
 }}}
 
 Then, checkout the user directory (suggested location is ~/myports):
 
 {{{
-$ svn co https://svn.macports.org/repository/macports/users/<YourMacPortsUserName> ~/myports
+$ svn co https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName> ~/myports
 }}}
 
 Then edit the MacPorts sources.conf file {{{/opt/local/etc/macports/sources.conf}}} to add ~/myports to the list before the main rsync source at rsync.macports.org, e.g.:
@@ -55,10 +55,10 @@
 
 Another option for a large branch is to copy everything at the server side, where the copy is equivalent to a unix hard link in the file system; e.g.:
 {{{
-$ svn mkdir https://svn.macports.org/repository/macports/users/<YourMacPortsUserName>/devel
+$ svn mkdir https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName>/devel
 $ svn copy \
       https://svn.macosforge.org/repository/macports/trunk/dports/devel/cableswig \
-      https://svn.macports.org/repository/macports/users/<YourMacPortsUserName>/devel/cableswig \
+      https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName>/devel/cableswig \
       -m "experimental modifications to cableswig"
 $ cd ~/myports
 $ svn update
@@ -263,7 +263,7 @@
 
  * [BbeditLanguageModule BBEdit, TextWrangler]
  * [https://github.com/textmate/macports.tmbundle TextMate]
- * [http://svn.macports.org/repository/macports/contrib/mpvim/ vim]
+ * [https://svn.macosforge.org/repository/macports/contrib/mpvim/ vim]
 
 == Checksum tips ==
 

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on CommittersTipsAndTricks. If it was not you, please
report to .


More information about the macports-changes mailing list