Changes between Version 17 and Version 18 of CommittersTipsAndTricks


Ignore:
Timestamp:
May 29, 2009, 6:54:06 PM (15 years ago)
Author:
dweber@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommittersTipsAndTricks

    v17 v18  
    3939}}}
    4040
    41 Then edit your MacPorts sources.conf file {{{/opt/local/etc/macports/sources.conf}}} to add ~/macports to the list before the main rsync source at rsync.macports.org, e.g.:
     41Then edit your 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.:
    4242
    4343{{{
     
    5252}}}
    5353
    54 Run `portindex` in `~/myports` any time you add a new Portfile.
     54Run `portindex` in `~/myports` any time you add a new Portfile, e.g.:
    5555
    5656{{{
    5757$ cd ~/myports
    5858$ portindex
     59$ port file cableswig
    5960}}}
     61
     62For more information about branches and merging, see
     63http://svnbook.red-bean.com/en/1.5/svn.branchmerge.using.html
    6064
    6165