Comitting Sources to SVN
When you commit sources to SVN please consider the following points:
- Write a JUnit test for your code (change, fix).
- Do not commit broken code (use Maven to run all tests).
- Do not commit code changes together with formatting changes. Please use separate commits.