Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
This pages summarizes a typical SVN session on Windows using Tortoise SVN, MikTex and Python

h5. Bring your local version in sync with the repository


!svn-update.png|border=1!


a window will appear asking your for your CERN account credentials and then the svn update process will start

!svn-update-2.png|border=1!

h5. Do your editing work

use e.g. the provided Miktex editor TexWorks or any editor of your choosing

h5. Compiling and building the DBD


h5. !svn-build-python.png|border=1!


h5.

Double-click the *compile.py* script and the DBD will be build completely with one click.

{panel bgcolorbgColor=red#F7D6C1}
(!)   Please Always check if the document compiles before committing changes
{panel}

{panel}

if you are building the DBD for the first time, MikTeX may download additional packages and prompt you !svn-build-miktex.png|border=1!
This is ok and will makmake esuresure, that you have all required packages

{info:title=In case of problems}
Some versions of MikTex report errors like _The psyr source file could not be found_ , in this case the automatic package mananger couldn't find this psyr font file, go to *MikTeX->Maintainance(Admin)-PackageManager (Admin)* and install the package _symbol_
{info}

h5. Commit your changes