Changes between Version 8 and Version 9 of NewCommittersGuide


Ignore:
Timestamp:
Mar 6, 2008, 2:12:38 AM (16 years ago)
Author:
raimue (Rainer Müller)
Comment:

Link to CommittersTipsAndTricks

Legend:

Unmodified
Added
Removed
Modified
  • NewCommittersGuide

    v8 v9  
    2121   1. When ''openmaintainer@macports.org'' is co-maintainer; this signifies that the primary maintainer has no prior objections to others changing it
    2222   1. When the maintainer says the update is okay and asks you to commit your update; in this case, be sure to note in the commit message that it was '''Approved by:''' the maintainer (see the bit about commit log entries above)
    23  1. In the configuration for your Subversion client, enable automatic property setting and, for all files named Portfile, setting "svn:eol-style" to "native" and "svn:keywords" to "Id".  If you are not using Subversion's own svn command-line client, see its documentation.  For svn, you can make the appropriate changes by editing ~/.subversion/config as follows:
    24 {{{
    25 ...
    26 
    27 [miscellany]
    28 enable-auto-props
    29 
    30 ...
    31 
    32 [auto-props]
    33 Portfile = svn:eol-style=native;svn:keywords=Id
    34 }}}
     23 1. Set up automatic properties for Subversion, as described on the [wiki:CommittersTipsAndTricks#SetsvnpropertiesautomaticallyonnewPortfiles Committers Tips and Tricks] wiki page.
    3524
    3625== Mailing Lists and Change Logs ==