Changes between Version 44 and Version 45 of CommittersTipsAndTricks


Ignore:
Timestamp:
Nov 4, 2011, 3:06:35 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

consistently use https://svn.macosforge.org for svn

Legend:

Unmodified
Added
Removed
Modified
  • CommittersTipsAndTricks

    v44 v45  
    3232
    3333{{{
    34 svn mkdir https://svn.macports.org/repository/macports/users/<YourMacPortsUserName>
     34svn mkdir https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName>
    3535}}}
    3636
     
    3838
    3939{{{
    40 $ svn co https://svn.macports.org/repository/macports/users/<YourMacPortsUserName> ~/myports
     40$ svn co https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName> ~/myports
    4141}}}
    4242
     
    5656Another 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.:
    5757{{{
    58 $ svn mkdir https://svn.macports.org/repository/macports/users/<YourMacPortsUserName>/devel
     58$ svn mkdir https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName>/devel
    5959$ svn copy \
    6060      https://svn.macosforge.org/repository/macports/trunk/dports/devel/cableswig \
    61       https://svn.macports.org/repository/macports/users/<YourMacPortsUserName>/devel/cableswig \
     61      https://svn.macosforge.org/repository/macports/users/<YourMacPortsUserName>/devel/cableswig \
    6262      -m "experimental modifications to cableswig"
    6363$ cd ~/myports
     
    264264 * [BbeditLanguageModule BBEdit, TextWrangler]
    265265 * [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]
    267267
    268268== Checksum tips ==