Changes between Version 15 and Version 16 of CommittersTipsAndTricks


Ignore:
Timestamp:
May 29, 2009, 6:44:13 AM (15 years ago)
Author:
raimue (Rainer Müller)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommittersTipsAndTricks

    v15 v16  
    2020
    2121
    22 == Test Portfile changes in your user svn ==
     22== Create your own users directory in the MacPorts Subversion repository ==
    2323
     24Use the [/browser Trac Browser] to explore the MacPorts Subversion repository. The repository root is located at `https://svn.macosforge.org/repository/macports`.
    2425
    25 Use the Trac Browser to explore the MacPorts svn; the repository root is located at
    26 
    27 https://svn.macosforge.org/repository/macports
     26See also the explanation of [http://guide.macports.org/#development.local-repositories local development port trees] in the guide.
    2827
    2928To create your own users directory:
     
    3332}}}
    3433
    35 Then, checkout your user svn repo:
     34Then, checkout your user directory:
    3635
    3736{{{
     
    4342
    4443{{{
    45 file:///Users/<YourSystemUserID>/myports [nosync]
     44file:///Users/<YourSystemUserID>/myports
    4645}}}
    4746
    48 Run {{{portindex}}} in ~/macports to generate {{{PortIndex}}}.
    49 
    50 To work on a copy of a port from macports trunk, use {{{svn copy}}}.  For example, to test changes on the cableswig port:
     47To work on a copy of a port from MacPorts trunk, use {{{svn copy}}}.  For example, to test changes on the cableswig port:
    5148
    5249{{{
     
    5552}}}
    5653
    57 Run {{{portindex}}} from ~/myports any time you add a new Portfile.
     54Run `portindex` in `~/myports` any time you add a new Portfile.
    5855
     56{{{
     57$ cd ~/myports
     58$ portindex
     59}}}
    5960
    6061