Changes between Version 44 and Version 45 of CommittersTipsAndTricks
- Timestamp:
- Nov 4, 2011, 3:06:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommittersTipsAndTricks
v44 v45 32 32 33 33 {{{ 34 svn mkdir https://svn.mac ports.org/repository/macports/users/<YourMacPortsUserName>34 svn mkdir https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName> 35 35 }}} 36 36 … … 38 38 39 39 {{{ 40 $ svn co https://svn.mac ports.org/repository/macports/users/<YourMacPortsUserName> ~/myports40 $ svn co https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName> ~/myports 41 41 }}} 42 42 … … 56 56 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.: 57 57 {{{ 58 $ svn mkdir https://svn.mac ports.org/repository/macports/users/<YourMacPortsUserName>/devel58 $ svn mkdir https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName>/devel 59 59 $ svn copy \ 60 60 https://svn.macosforge.org/repository/macports/trunk/dports/devel/cableswig \ 61 https://svn.mac ports.org/repository/macports/users/<YourMacPortsUserName>/devel/cableswig \61 https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName>/devel/cableswig \ 62 62 -m "experimental modifications to cableswig" 63 63 $ cd ~/myports … … 264 264 * [BbeditLanguageModule BBEdit, TextWrangler] 265 265 * [https://github.com/textmate/macports.tmbundle TextMate] 266 * [http ://svn.macports.org/repository/macports/contrib/mpvim/ vim]266 * [https://svn.macosforge.org/repository/macports/contrib/mpvim/ vim] 267 267 268 268 == Checksum tips ==