Changes between Version 8 and Version 9 of SvnInfo


Ignore:
Timestamp:
06/14/13 09:14:18 (11 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnInfo

    v8 v9  
    3131M      report.tex
    3232}}}
    33 
    34 
    35 == Email Notification (deprecated) ==
    36 To get an email, if something in the repository is changed, a property email has to be set.
    37 The users may add themselves by editing the property email of the corresponding project. The property can be set for the whole repository or just for subtrees.
    38 
    39 Examples:
    40 {{{
    41 svn propedit email https://svn.version.fz-juelich.de/PROJECTNAME
    42 svn propedit email https://svn.version.fz-juelich.de/PROJECTNAME/subproject
    43 svn commit -m "added new email address"
    44 }}}
    45 
    46 If the description text ist empty, no mail is sent.
    47