...
- Tools > SVN client > Repository > host: https://svn.kuali.org/repos/ole > currently, the project is in branches/kole-{current release}-Docbook/src/site/docbook
- Checked out to local computer
- Modify
- 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.
- Enter your local OLE directory, once per day run
1. svn update
2. mvn clean install -DskipTests=true
Each time, to test type
the command"mvn clean pre-site -N".
- 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.
- Enter your local OLE directory, once per day run
...