...

    1. Tools > SVN client > Repository > host: https://svn.kuali.org/repos/ole > currently, the project is in branches/kole-{current release}-Docbook/src/site/docbook
    2. Checked out to local computer
    3. Modify
    4. Check back in through Tools > SVN client > working copy > Refresh, then right click copy and "commit"
  • Once committedsaved but before committing, you can view changes locally through the command line. 
    1. Enter your local OLE directory, once per day run

      1. svn update

      2. mvn clean install -DskipTests=true

    2. Each time, to test type

      the command

      "mvn clean pre-site -N". 

    3. To view the changes, open Windows Explorer and dig into the correct folder: your local OLE directory > target > site > reference > pdf, html or html-multi.

...