Changes between Version 2 and Version 3 of doc/tut/rules
- Timestamp:
- May 14, 2013 1:05:42 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tut/rules
v2 v3 1 1 = Rules for developers = 2 2 3 The tutorial is written in LaTeX and is put under svn control. You find the source code in your working copy (e.g. under {{{~/palm/current_version/trunk/TUTORIAL/SOURCE/}}}).3 Only authorized users are allowed to commit changes to the repository. The tutorial is written in LaTeX and is put under svn control. You find the source code in your working copy (e.g. under {{{~/palm/current_version/trunk/TUTORIAL/SOURCE/}}}). 4 4 5 5 == Modifying and compiling existing presentations == … … 25 25 1. Test the compiled tutorial files. 26 26 27 28 27 2. Commit the changes to the repository 29 28 {{{ … … 32 31 where {{{"message string"}}} is a short, meaningful summary of the changes. [[BR]] [[BR]] 33 32 34 3. Enter the changes into the change log ([wiki:/doc/tec/changelog]). [[BR]] [[BR]] 33 3. Enter the changes into the change log ([wiki:/doc/tec/changelog]). Please note that submitting changes does not affect the trac version of the tutorial (see below)! [[BR]] [[BR]] 34 35 == Commit changes to the trac system == 36 37 Only special authorized users are allowed to commit changes to the trac system. 38 39 1. Test the compiled tutorial files. 40 41 2. Submit the PDF files to the trac system using 42 {{{ 43 release_tutorial 44 }}} 45 You will be asked thrice for your password for the trac server. This is a preliminary solution (May 2013) and might change in future.