Changes between Version 7 and Version 8 of SvnInfo


Ignore:
Timestamp:
07/05/12 10:30:13 (12 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnInfo

    v7 v8  
    1212}}}
    1313For further information see the following [SvnExample example] of a tyical subversion session.
    14 
    15 == Email Notification (deprecated) ==
    16 To get an email, if something in the repository is changed, a property email has to be set.
    17 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.
    18 
    19 Examples:
    20 {{{
    21 svn propedit email https://svn.version.fz-juelich.de/PROJECTNAME
    22 svn propedit email https://svn.version.fz-juelich.de/PROJECTNAME/subproject
    23 svn commit -m "added new email address"
    24 }}}
    25 
    26 If the description text ist empty, no mail is sent.
    2714
    2815== Ignoring Unversioned Files ==
     
    4431M      report.tex
    4532}}}
     33
     34
     35== Email Notification (deprecated) ==
     36To get an email, if something in the repository is changed, a property email has to be set.
     37The 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
     39Examples:
     40{{{
     41svn propedit email https://svn.version.fz-juelich.de/PROJECTNAME
     42svn propedit email https://svn.version.fz-juelich.de/PROJECTNAME/subproject
     43svn commit -m "added new email address"
     44}}}
     45
     46If the description text ist empty, no mail is sent.
     47